Add Nebula Sync to PD Pi-hole stack

This commit is contained in:
Fizzlepoof
2026-05-15 15:11:50 +00:00
parent c7baa0054f
commit 66dda26f98
3 changed files with 26 additions and 2 deletions

View File

@@ -60,3 +60,18 @@ services:
- NET_RAW
volumes:
- ./keepalived.conf:/usr/local/etc/keepalived/keepalived.conf:ro
nebula-sync:
image: lovelaze/nebula-sync:latest
container_name: nebula-sync
network_mode: host
restart: unless-stopped
depends_on:
pihole:
condition: service_healthy
environment:
PRIMARY: ${NEBULA_SYNC_PRIMARY}
REPLICAS: ${NEBULA_SYNC_REPLICAS}
FULL_SYNC: ${NEBULA_SYNC_FULL_SYNC}
RUN_GRAVITY: ${NEBULA_SYNC_RUN_GRAVITY}
CRON: ${NEBULA_SYNC_CRON}