diff --git a/nebula/docker-compose copy.yml b/nebula/docker-compose copy.yml new file mode 100755 index 0000000..420b058 --- /dev/null +++ b/nebula/docker-compose copy.yml @@ -0,0 +1,17 @@ +services: + nebula-sync: + image: ghcr.io/lovelaze/nebula-sync:latest + container_name: nebula-sync + environment: + - PRIMARY=http://192.168.77.101:9380|l4c1j4yd33Du5lo + - REPLICAS=http://192.168.77.238:9380|l4c1j4yd33Du5lo,http://192.168.77.106:9380|l4c1j4yd33Du5lo + - CLIENT_SKIP_TLS_VERIFICATION=true + + - FULL_SYNC=true + - RUN_GRAVITY=true + - CRON=0 * * * * + labels: + + wud.watch: true + wud.watch.digest: true + restart: always \ No newline at end of file diff --git a/nebula/docker-compose.yml b/nebula/docker-compose.yml index 420b058..09bbf2f 100755 --- a/nebula/docker-compose.yml +++ b/nebula/docker-compose.yml @@ -1,7 +1,6 @@ services: nebula-sync: image: ghcr.io/lovelaze/nebula-sync:latest - container_name: nebula-sync environment: - PRIMARY=http://192.168.77.101:9380|l4c1j4yd33Du5lo - REPLICAS=http://192.168.77.238:9380|l4c1j4yd33Du5lo,http://192.168.77.106:9380|l4c1j4yd33Du5lo @@ -10,8 +9,4 @@ services: - FULL_SYNC=true - RUN_GRAVITY=true - CRON=0 * * * * - labels: - - wud.watch: true - wud.watch.digest: true - restart: always \ No newline at end of file + restart: any \ No newline at end of file