feat(dpanel): 添加 DPanel 应用及其相关配置文件

This commit is contained in:
arch3rPro
2025-12-12 14:06:28 +08:00
parent 4a012d632e
commit 13b0c0744b
10 changed files with 280 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
services:
dpanel:
image: "dpanel/dpanel:1.9.1-lite"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- ${DOCKER_SOCK_PATH}:/var/run/docker.sock
- ${DATA_PATH}:/dpanel
environment:
- APP_NAME=${APP_NAME}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true