1
0

feat:添加autobangumi到列表

This commit is contained in:
okxlin
2024-09-26 01:38:55 +08:00
parent be683e1a25
commit 9850715291
9 changed files with 217 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
services:
autobangumi:
image: "estrellaxd/auto_bangumi:latest"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:7892"
volumes:
- "${CONFIG_PATH}:/app/config"
- "${DATA_PATH}:/app/data"
environment:
- TZ=${TIME_ZONE}
- PGID=${PGID}
- PUID=${PUID}
- UMASK=${UMASK}
dns:
- ${DNS_SERVER}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true