AdGuard Home Sync
Source: Portainer stack 12 (adguardsync) on endpoint 2.
version: "2.1"
services:
adguardhome-sync:
image: quay.io/bakito/adguardhome-sync
container_name: adguardhome-sync
command: run
environment:
- ORIGIN_URL=http://10.10.10.21 #change as necessary
- ORIGIN_USERNAME=mdziegiel #change as necessary
- ORIGIN_PASSWORD=${REDACTED}
- REPLICA_URL=http://10.10.10.157:3013 #change as necessary
- REPLICA_USERNAME=michaeld #change as necessary
- REPLICA_PASSWORD=${REDACTED}
- CRON=*/1 * * * * # run every 1 minute
- RUNONSTART=true
ports:
- 8660:8080 #change as necessary
restart: unless-stopped