mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-14 16:07:13 +08:00
feat: update Hubcmdui 4.0.7
This commit is contained in:
10
apps/hubcmdui/4.0.7/data.yml
Normal file
10
apps/hubcmdui/4.0.7/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/4.0.7/docker-compose.yml
Normal file
19
apps/hubcmdui/4.0.7/docker-compose.yml
Normal file
@@ -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
|
||||
@@ -1,10 +1,21 @@
|
||||
<div style="text-align: center">
|
||||
<p align="center">
|
||||
<img src="https://github.com/dqzboy/Docker-Proxy/assets/42825450/c187d66f-152e-4172-8268-e54bd77d48bb" width="230px" height="200px">
|
||||
<br>
|
||||
<i>自建Docker镜像加速服务,基于官方 registry 一键部署Docker、K8s、Quay、Ghcr、Mcr、elastic、nvcr等镜像加速\管理服务.</i>
|
||||
</p>
|
||||
</div>
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## UI界面
|
||||
|
||||
- 默认容器监听`3000`端口,映射宿主机端口`30080`
|
||||
|
||||
> 浏览器输入 `服务器地址:30080` 访问前端
|
||||
|
||||
[](https://camo.githubusercontent.com/be01aa91eb4e3b91bf86bcddfe66d282d83bffcc18628248181cc6cd58bb18f7/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f64717a626f792f496d616765732f64717a626f792d70726f78792f687562636d642d75695f30312e706e673f7261773d74727565)
|
||||
|
||||
### 后台管理
|
||||
|
||||
|
||||
Reference in New Issue
Block a user