From 630946ad99da94e3a197c5e0834bb80ebf8dd0e8 Mon Sep 17 00:00:00 2001 From: jaydee Date: Sat, 6 Dec 2025 00:20:51 +0100 Subject: [PATCH] build --- __swarm/nebula/nebula-swarm.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 __swarm/nebula/nebula-swarm.yml diff --git a/__swarm/nebula/nebula-swarm.yml b/__swarm/nebula/nebula-swarm.yml new file mode 100644 index 0000000..242fc44 --- /dev/null +++ b/__swarm/nebula/nebula-swarm.yml @@ -0,0 +1,15 @@ +services: + nebula-sync: + image: ghcr.io/lovelaze/nebula-sync:latest + environment: + PRIMARY: http://192.168.77.101:9380|l4c1j4yd33Du5lo + REPLICAS: http://192.168.77.106:9380|l4c1j4yd33Du5lo + CLIENT_SKIP_TLS_VERIFICATION: 'true' + FULL_SYNC: 'true' + RUN_GRAVITY: 'true' + CRON: 0 * * * * + deploy: + replicas: 1 + placement: + constraints: + - node.role == manager