Add TZ and move to config file from env for adguardhome-sync

This commit is contained in:
2025-07-30 23:24:33 +05:30
parent 77d5868e43
commit 890ec0323d

View File

@@ -3,15 +3,10 @@ services:
container_name: adguardhome-sync
image: ghcr.io/bakito/adguardhome-sync:alpine-v0.7.8
restart: unless-stopped
command: run
command: run --config /config/adguardhome-sync.yaml
environment:
- ORIGIN_URL=${ORIGIN_URL}
- ORIGIN_USERNAME=${ORIGIN_USERNAME}
- ORIGIN_PASSWORD=${ORIGIN_PASSWORD}
- REPLICA_URL=${REPLICA_URL}
- REPLICA_USERNAME=${REPLICA_USERNAME}
- REPLICA_PASSWORD=${REPLICA_PASSWORD}
- CRON=${CRON}
- RUN_ON_START=${RUN_ON_START}
- TZ=${TZ}
volumes:
- ${APPDATA_PATH}/adguardhome-sync/adguardhome-sync.yaml:/config/adguardhome-sync.yaml
ports:
- ${PORT}:8080