mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 02:14:54 +01:00
17 lines
500 B
YAML
Executable File
17 lines
500 B
YAML
Executable File
services:
|
|
nebula-sync:
|
|
image: ghcr.io/lovelaze/nebula-sync:latest
|
|
container_name: nebula-sync
|
|
environment:
|
|
- PRIMARY=http://192.168.77.101:9380|${PASSWORD}
|
|
- REPLICAS=http://192.168.77.238:9380|${PASSWORD},http://192.168.77.106:9380|${PASSWORD},http://192.168.77.55:9380|${PASSWORD}
|
|
- CLIENT_SKIP_TLS_VERIFICATION=true
|
|
|
|
- FULL_SYNC=true
|
|
- RUN_GRAVITY=true
|
|
- CRON=0 * * * *
|
|
labels:
|
|
|
|
wud.watch: true
|
|
wud.watch.digest: true
|
|
restart: always |