1
0

feat:添加dweebui到列表

This commit is contained in:
okxlin
2024-08-14 01:40:07 +08:00
parent ee1c5c23de
commit b428111e84
11 changed files with 166 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
services:
dweebui:
image: "lllllllillllllillll/dweebui:latest"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}"
volumes:
- ${DATA_PATH}:/app/config
- ${DB_PATH}:/app/database/db.sqlite
- ${DOCKER_SOCK_PATH}:/var/run/docker.sock
environment:
- PORT=${PANEL_APP_PORT_HTTP}
- SECRET=${SECRET_KEY}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true