Update env for adguardhome-sync

This commit is contained in:
2025-07-30 22:10:40 +05:30
parent ab6ff63efd
commit 7585dccfea

View File

@@ -7,11 +7,11 @@ services:
environment: environment:
- ORIGIN_URL=${ORIGIN_URL} - ORIGIN_URL=${ORIGIN_URL}
- ORIGIN_USERNAME=${ORIGIN_USERNAME} - ORIGIN_USERNAME=${ORIGIN_USERNAME}
- ORIGIN_PASSWORD=${ORIGIN_PASSWORD} - ORIGIN_PASSWORD='${ORIGIN_PASSWORD}'
- REPLICA_URL=${REPLICA_URL} - REPLICA_URL=${REPLICA_URL}
- REPLICA_USERNAME=${REPLICA_USERNAME} - REPLICA_USERNAME=${REPLICA_USERNAME}
- REPLICA_PASSWORD=${REPLICA_PASSWORD} - REPLICA_PASSWORD='${REPLICA_PASSWORD}'
- CRON=${CRON} - CRON=${CRON}
- RUN_ON_START=${RUN_ON_START} - RUN_ON_START=${RUN_ON_START}