diff --git a/apps/cloudbeaver/24.2.2/data.yml b/apps/cloudbeaver/24.2.2/data.yml index d5a42b2a..7c192ab1 100644 --- a/apps/cloudbeaver/24.2.2/data.yml +++ b/apps/cloudbeaver/24.2.2/data.yml @@ -1,10 +1,10 @@ additionalProperties: - formFields: - - default: 8080 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: HTTP Port - labelZh: HTTP端口 - required: true - rule: paramPort - type: number \ No newline at end of file + formFields: + - default: 8978 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: HTTP Port + labelZh: HTTP端口 + required: true + rule: paramPort + type: number \ No newline at end of file diff --git a/apps/cloudbeaver/24.2.2/docker-compose.yml b/apps/cloudbeaver/24.2.2/docker-compose.yml index 8faad550..a37b15cc 100644 --- a/apps/cloudbeaver/24.2.2/docker-compose.yml +++ b/apps/cloudbeaver/24.2.2/docker-compose.yml @@ -1,14 +1,14 @@ services: cloudbeaver: + image: dbeaver/cloudbeaver:24.2.2 container_name: ${CONTAINER_NAME} restart: unless-stopped networks: - 1panel-network ports: - - "${PANEL_APP_PORT_HTTP}:8978" + - ${PANEL_APP_PORT_HTTP}:8978 volumes: - - "./data:/opt/cloudbeaver/workspace" - image: dbeaver/cloudbeaver:24.2.2 + - ./data:/opt/cloudbeaver/workspace labels: createdBy: "Apps" networks: diff --git a/apps/cloudbeaver/data.yml b/apps/cloudbeaver/data.yml index 65d40bcf..5f2ab537 100644 --- a/apps/cloudbeaver/data.yml +++ b/apps/cloudbeaver/data.yml @@ -1,14 +1,14 @@ name: CloudBeaver tags: - - 工具 + - 开发工具 title: 云数据库管理器 -type: 工具 +type: 开发工具 description: 云数据库管理器 additionalProperties: key: cloudbeaver name: CloudBeaver tags: - - Tool + - DevTool shortDescZh: 云数据库管理器 shortDescEn: Cloud Database Manager type: tool diff --git a/apps/excalidraw/latest/data.yml b/apps/excalidraw/latest/data.yml index 9cad89d9..991e62cd 100644 --- a/apps/excalidraw/latest/data.yml +++ b/apps/excalidraw/latest/data.yml @@ -1,10 +1,10 @@ additionalProperties: - formFields: - - default: 5000 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: HTTP Port - labelZh: HTTP 端口 - required: true - rule: paramPort - type: number \ No newline at end of file + formFields: + - default: 5000 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: HTTP Port + labelZh: HTTP 端口 + required: true + rule: paramPort + type: number \ No newline at end of file