diff --git a/nebula/.env b/nebula/.env new file mode 100755 index 0000000..043c1b6 --- /dev/null +++ b/nebula/.env @@ -0,0 +1 @@ +APPNAME=nebula diff --git a/nebula/docker-compose.yml b/nebula/docker-compose.yml new file mode 100755 index 0000000..420b058 --- /dev/null +++ b/nebula/docker-compose.yml @@ -0,0 +1,17 @@ +services: + nebula-sync: + image: ghcr.io/lovelaze/nebula-sync:latest + container_name: nebula-sync + environment: + - PRIMARY=http://192.168.77.101:9380|l4c1j4yd33Du5lo + - REPLICAS=http://192.168.77.238:9380|l4c1j4yd33Du5lo,http://192.168.77.106:9380|l4c1j4yd33Du5lo + - CLIENT_SKIP_TLS_VERIFICATION=true + + - FULL_SYNC=true + - RUN_GRAVITY=true + - CRON=0 * * * * + labels: + + wud.watch: true + wud.watch.digest: true + restart: always \ No newline at end of file diff --git a/pihole/docker-compose.yml b/pihole/docker-compose.yml index 36105c2..2a2fe7f 100755 --- a/pihole/docker-compose.yml +++ b/pihole/docker-compose.yml @@ -20,25 +20,6 @@ services: # labels: # wud.watch: true # wud.watch.digest: true - nebula-sync: - image: ghcr.io/lovelaze/nebula-sync:latest - container_name: nebula-sync - environment: - - PRIMARY=http://192.168.77.101:9380|l4c1j4yd33Du5lo - - REPLICAS=http://192.168.77.238:9380|l4c1j4yd33Du5lo,http://192.168.77.106:9380|l4c1j4yd33Du5lo - - CLIENT_SKIP_TLS_VERIFICATION=true - - - FULL_SYNC=true - - RUN_GRAVITY=true - - CRON=0 * * * * - labels: - - wud.watch: true - wud.watch.digest: true - networks: - pihole: - ipv4_address: 192.168.78.253 - restart: always pihole: cap_add: - NET_ADMIN