Compare commits
No commits in common. "fc2d82a496417cc436f5cca9c87cf3d34e73a26b" and "5eaff802d8d476318c38341c3d2b286931cf4ae4" have entirely different histories.
fc2d82a496
...
5eaff802d8
@ -1,23 +0,0 @@
|
||||
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…
x
Reference in New Issue
Block a user