11 lines
335 B
YAML
11 lines
335 B
YAML
---
|
|
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 * * * * |