added adguardhome-sync

This commit is contained in:
2024-03-09 13:57:48 -06:00
parent 6a7b422f0a
commit a15d1fd85d

View File

@@ -1,6 +1,26 @@
version: '3'
services:
adguardhome-sync:
container_name: adguardhome-sync
image: ghcr.io/bakito/adguardhome-sync
command: run --config /config/adguardhome-sync.yaml
environment:
LOG_LEVEL: info
ORIGIN_URL: http://192.168.1.2:80
ORIGIN_USERNAME: akanealw
ORIGIN_PASSWORD: Aehaigoothohshoh1aab
REPLICA1_URL: http://192.168.1.3:80
REPLICA1_USERNAME: akanealw
REPLICA1_PASSWORD: Aehaigoothohshoh1aab
# REPLICA2_URL: "http://192.168.1.31:8383"
# REPLICA2_USERNAME: "akanealw"
# REPLICA2_PASSWORD: "Aehaigoothohshoh1aab"
CRON: "*/10 * * * *" # run every 10 minutes
RUN_ON_START: true
CONTINUE_ON_ERROR: true
restart: always
archivebox:
container_name: archivebox
image: archivebox/archivebox:dev