mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-09 11:35:56 +08:00
feat: 优化 CloudBeaver 安装包
This commit is contained in:
parent
2d4fcf32d7
commit
c4efea7997
@ -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
|
||||
formFields:
|
||||
- default: 8978
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: HTTP Port
|
||||
labelZh: HTTP端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
formFields:
|
||||
- default: 5000
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: HTTP Port
|
||||
labelZh: HTTP 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
Loading…
x
Reference in New Issue
Block a user