From 154c81af65371847280a002268d6bb82278f29cb Mon Sep 17 00:00:00 2001 From: flima Date: Fri, 21 Aug 2026 00:56:08 -0300 Subject: [PATCH] Add nebula-sync/docker-compose.yaml --- nebula-sync/docker-compose.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 nebula-sync/docker-compose.yaml diff --git a/nebula-sync/docker-compose.yaml b/nebula-sync/docker-compose.yaml new file mode 100644 index 0000000..e54edee --- /dev/null +++ b/nebula-sync/docker-compose.yaml @@ -0,0 +1,11 @@ +--- +services: + nebula-sync: + image: ghcr.io/lovelaze/nebula-sync:latest + container_name: nebula-sync + environment: + - PRIMARY=http://pihole1.flab.sh|${PIHOLE_PASS1} + - REPLICAS=http://pihole2.flab.sh|${PIHOLE_PASS2},http://pihole3.flab.sh|${PIHOLE_PASS3} + - FULL_SYNC=true + - RUN_GRAVITY=true + - CRON=0 * * * * \ No newline at end of file