Unarchive and update adguardhome-sync

This commit is contained in:
2025-07-30 22:04:57 +05:30
parent 54100e9e03
commit ab6ff63efd
2 changed files with 19 additions and 22 deletions

View File

@@ -0,0 +1,19 @@
services:
adguardhome-sync:
container_name: adguardhome-sync
image: ghcr.io/bakito/adguardhome-sync:alpine-v0.7.8
restart: unless-stopped
command: run
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}
ports:
- ${PORT}:8080