Add nebula-sync/docker-compose.yaml

This commit is contained in:
2026-08-21 00:56:08 -03:00
parent 19e1193b93
commit 154c81af65
+11
View File
@@ -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 * * * *