This commit is contained in:
2025-11-18 23:31:51 +01:00
parent 8d7101366b
commit 15c7cdb3aa

View File

@@ -2,11 +2,13 @@ services:
nebula-sync: nebula-sync:
image: ghcr.io/lovelaze/nebula-sync:latest image: ghcr.io/lovelaze/nebula-sync:latest
container_name: nebula-sync container_name: nebula-sync
secrets:
- primary
environment: environment:
- PRIMARY=http://192.168.77.101:9380|l4c1j4yd33Du5lo - PRIMARY=http://192.168.77.101:9380|l4c1j4yd33Du5lo
- REPLICAS=http://192.168.77.238:9380|l4c1j4yd33Du5lo,http://192.168.77.106:9380|l4c1j4yd33Du5lo,http://192.168.77.55:9380|l4c1j4yd33Du5lo - REPLICAS=http://192.168.77.238:9380|l4c1j4yd33Du5lo,http://192.168.77.106:9380|l4c1j4yd33Du5lo,http://192.168.77.55:9380|l4c1j4yd33Du5lo
- CLIENT_SKIP_TLS_VERIFICATION=true - CLIENT_SKIP_TLS_VERIFICATION=true
- PRIM=/run/secrets/primary
- FULL_SYNC=true - FULL_SYNC=true
- RUN_GRAVITY=true - RUN_GRAVITY=true
- CRON=0 * * * * - CRON=0 * * * *
@@ -14,4 +16,8 @@ services:
wud.watch: true wud.watch: true
wud.watch.digest: true wud.watch.digest: true
restart: always restart: always
secrets:
primary:
external: true