.
This commit is contained in:
parent
76375fd005
commit
dff01cc72e
23
docker-compose/adguardhome-sync/adguardsync.yml
Normal file
23
docker-compose/adguardhome-sync/adguardsync.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
version: "2.1"
|
||||||
|
services:
|
||||||
|
adguardhome-sync:
|
||||||
|
image: quay.io/bakito/adguardhome-sync
|
||||||
|
container_name: adguardhome-sync
|
||||||
|
command: run
|
||||||
|
environment:
|
||||||
|
- ORIGIN_URL=http://192.168.1.2:1080 # adres kontenera z AdguardHome numer 1
|
||||||
|
- ORIGIN_USERNAME=admin # login do AdguardHome numer 1
|
||||||
|
- ORIGIN_PASSWORD=MojeHasloDoAdguardHome1 #haslo na dostepowe w AdguardHome numer 1
|
||||||
|
- REPLICA_URL=http://192.168.1.3:3000 # adres kontenera z AdguardHome numer 2
|
||||||
|
- REPLICA_USERNAME=admin # login do AdguardHome numer 2
|
||||||
|
- REPLICA_PASSWORD=MojeHasloDoAdguardHome2 #haslo na dostepowe w AdguardHome numer 2
|
||||||
|
- CRON=*/10 * * * * # uruchamianie synchronizacji co 10 minut
|
||||||
|
- RUNONSTART=true
|
||||||
|
ports:
|
||||||
|
- 8100:8080
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
############
|
||||||
|
## Wiecej informacji:
|
||||||
|
## https://github.com/bakito/adguardhome-sync
|
||||||
|
############
|
Loading…
Reference in New Issue
Block a user