1
0

chore(deps): update estrellaxd/auto_bangumi docker tag to v3.2.6 (localApps) (#4291)

This commit is contained in:
renovate[bot]
2026-03-01 21:19:05 +00:00
committed by GitHub
parent 6bda6fe1a5
commit 3acd548c76
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
services:
autobangumi:
image: "estrellaxd/auto_bangumi:3.2.6"
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