Files
Docker/NebulaSync/docker-compose.yml
2025-05-31 01:36:30 +02:00

13 lines
358 B
YAML

services:
nebula-sync:
image: ghcr.io/lovelaze/nebula-sync:latest
container_name: nebula-sync
restart: unless-stopped
environment:
- PRIMARY=https://pihole.local.yugi.cz|OIFglbgc
- REPLICAS=https://pihole2.local.yugi.cz|OIFglbgc
- FULL_SYNC=true
- RUN_GRAVITY=true
- CRON=30 22 * * 5
- CLIENT_RETRY_DELAY_SECONDS=20