Add Nebula Sync to PD Pi-hole stack

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

View File

@@ -16,3 +16,10 @@ KEEPALIVED_STATE=MASTER
KEEPALIVED_PRIORITY=100
KEEPALIVED_PASSWORD=CHANGE01
KEEPALIVED_NOPREEMPT=true
# Nebula Sync (PD primary -> replicas)
NEBULA_SYNC_PRIMARY=http://127.0.0.1:8953|CHANGE_ME
NEBULA_SYNC_REPLICAS=http://10.5.1.5:8954|CHANGE_ME
NEBULA_SYNC_FULL_SYNC=false
NEBULA_SYNC_RUN_GRAVITY=true
NEBULA_SYNC_CRON=0 3 * * *