Merge arch3rPro/1Panel-Appstore into localApps
This commit is contained in:
10
apps/hubcmdui/latest/data.yml
Normal file
10
apps/hubcmdui/latest/data.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "30080"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Service Port 3000
|
||||
labelZh: 服务端口 3000
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
19
apps/hubcmdui/latest/docker-compose.yml
Normal file
19
apps/hubcmdui/latest/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
hubcmd-ui:
|
||||
image: dqzboy/hubcmd-ui:latest
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:3000
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
networks:
|
||||
- 1panel-network
|
||||
environment:
|
||||
- LOG_LEVEL=INFO
|
||||
- SIMPLE_LOGS=true
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user