feat: 优化 CloudBeaver 安装包
This commit is contained in:
parent
db674d30ac
commit
27f8628545
|
|
@ -1,10 +1,10 @@
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
formFields:
|
formFields:
|
||||||
- default: 8080
|
- default: 8978
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
labelEn: HTTP Port
|
labelEn: HTTP Port
|
||||||
labelZh: HTTP端口
|
labelZh: HTTP端口
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
|
@ -1,14 +1,14 @@
|
||||||
services:
|
services:
|
||||||
cloudbeaver:
|
cloudbeaver:
|
||||||
|
image: dbeaver/cloudbeaver:24.2.2
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- "${PANEL_APP_PORT_HTTP}:8978"
|
- ${PANEL_APP_PORT_HTTP}:8978
|
||||||
volumes:
|
volumes:
|
||||||
- "./data:/opt/cloudbeaver/workspace"
|
- ./data:/opt/cloudbeaver/workspace
|
||||||
image: dbeaver/cloudbeaver:24.2.2
|
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,14 @@
|
||||||
name: CloudBeaver
|
name: CloudBeaver
|
||||||
tags:
|
tags:
|
||||||
- 工具
|
- 开发工具
|
||||||
title: 云数据库管理器
|
title: 云数据库管理器
|
||||||
type: 工具
|
type: 开发工具
|
||||||
description: 云数据库管理器
|
description: 云数据库管理器
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
key: cloudbeaver
|
key: cloudbeaver
|
||||||
name: CloudBeaver
|
name: CloudBeaver
|
||||||
tags:
|
tags:
|
||||||
- Tool
|
- DevTool
|
||||||
shortDescZh: 云数据库管理器
|
shortDescZh: 云数据库管理器
|
||||||
shortDescEn: Cloud Database Manager
|
shortDescEn: Cloud Database Manager
|
||||||
type: tool
|
type: tool
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
formFields:
|
formFields:
|
||||||
- default: 5000
|
- default: 5000
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
labelEn: HTTP Port
|
labelEn: HTTP Port
|
||||||
labelZh: HTTP 端口
|
labelZh: HTTP 端口
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
Loading…
Reference in New Issue