diff --git a/apps/hubcmdui/4.0.7/data.yml b/apps/hubcmdui/4.0.7/data.yml new file mode 100644 index 0000000..5169a81 --- /dev/null +++ b/apps/hubcmdui/4.0.7/data.yml @@ -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 diff --git a/apps/hubcmdui/4.0.7/docker-compose.yml b/apps/hubcmdui/4.0.7/docker-compose.yml new file mode 100644 index 0000000..f263422 --- /dev/null +++ b/apps/hubcmdui/4.0.7/docker-compose.yml @@ -0,0 +1,19 @@ +services: + hubcmd-ui: + image: dqzboy/hubcmd-ui:4.0.7 + 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 diff --git a/apps/hubcmdui/README.md b/apps/hubcmdui/README.md index c994dc6..e6e6b86 100644 --- a/apps/hubcmdui/README.md +++ b/apps/hubcmdui/README.md @@ -1,10 +1,21 @@ +
+
+
+ 自建Docker镜像加速服务,基于官方 registry 一键部署Docker、K8s、Quay、Ghcr、Mcr、elastic、nvcr等镜像加速\管理服务.
+