feat: 优化 CloudBeaver 安装包

This commit is contained in:
wanghe-fit2cloud 2024-10-09 14:29:06 +08:00
parent 2d4fcf32d7
commit c4efea7997
4 changed files with 24 additions and 24 deletions

View File

@ -1,6 +1,6 @@
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

View File

@ -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:

View File

@ -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