mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-14 05:30:30 +08:00
feat: 优化 CloudBeaver 安装包
This commit is contained in:
parent
2d4fcf32d7
commit
c4efea7997
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user