From 15c7cdb3aa6585e83aedb74f3edda2a9da93933b Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 18 Nov 2025 23:31:51 +0100 Subject: [PATCH] build --- nebula/docker-compose.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/nebula/docker-compose.yml b/nebula/docker-compose.yml index d70eb70..dd4fe8e 100755 --- a/nebula/docker-compose.yml +++ b/nebula/docker-compose.yml @@ -2,11 +2,13 @@ services: nebula-sync: image: ghcr.io/lovelaze/nebula-sync:latest container_name: nebula-sync + secrets: + - primary environment: - 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 - CLIENT_SKIP_TLS_VERIFICATION=true - + - PRIM=/run/secrets/primary - FULL_SYNC=true - RUN_GRAVITY=true - CRON=0 * * * * @@ -14,4 +16,8 @@ services: wud.watch: true wud.watch.digest: true - restart: always \ No newline at end of file + restart: always +secrets: + primary: + external: true + \ No newline at end of file