Files
Docker/NebulaSync/docker-compose.yml

13 lines
358 B
YAML
Executable File

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