diff --git a/nebula/docker-compose.yml b/nebula/docker-compose.yml index e4bed62..d70eb70 100755 --- a/nebula/docker-compose.yml +++ b/nebula/docker-compose.yml @@ -2,24 +2,16 @@ services: nebula-sync: image: ghcr.io/lovelaze/nebula-sync:latest container_name: nebula-sync - secrets: - - primary - - replicas environment: - - PRIMARY=/run/secrets/primary - - REPLICAS=/run/secrets/replicas - - CLIENT_SKIP_TLS_VERIFICATION=true + - 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 - - FULL_SYNC=true - - RUN_GRAVITY=true - - CRON=0 * * * * + - FULL_SYNC=true + - RUN_GRAVITY=true + - CRON=0 * * * * labels: wud.watch: true wud.watch.digest: true - restart: always -secrets: - primary: - external: true - replicas: - external: true \ No newline at end of file + restart: always \ No newline at end of file