Files
homelab/nebula-sync/docker-compose.yaml

11 lines
317 B
YAML

---
services:
nebula-sync:
image: ghcr.io/lovelaze/nebula-sync:latest
container_name: nebula-sync
environment:
- PRIMARY=http://10.12.2.0|${PIHOLE_PASS1}
- REPLICAS=http://10.12.2.1|${PIHOLE_PASS2},http://10.12.2.2|${PIHOLE_PASS3}
- FULL_SYNC=true
- RUN_GRAVITY=true
- CRON=0 * * * *