mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 10:24:53 +01:00
build
This commit is contained in:
1
nebula/.env.primary
Normal file
1
nebula/.env.primary
Normal file
@@ -0,0 +1 @@
|
||||
http://192.168.77.238:9380|l4c1j4yd33Du5lo,http://192.168.77.106:9380|l4c1j4yd33Du5lo,http://192.168.77.55:9380|l4c1j4yd33Du5lo
|
||||
1
nebula/.env.replikas
Normal file
1
nebula/.env.replikas
Normal file
@@ -0,0 +1 @@
|
||||
http://192.168.77.238:9380|l4c1j4yd33Du5lo,http://192.168.77.106:9380|l4c1j4yd33Du5lo,http://192.168.77.55:9380|l4c1j4yd33Du5lo
|
||||
@@ -2,9 +2,11 @@ services:
|
||||
nebula-sync:
|
||||
image: ghcr.io/lovelaze/nebula-sync:latest
|
||||
container_name: nebula-sync
|
||||
secrets:
|
||||
- password
|
||||
environment:
|
||||
- PRIMARY=http://192.168.77.101:9380|${PASSWORD}
|
||||
- REPLICAS=http://192.168.77.238:9380|${PASSWORD},http://192.168.77.106:9380|${PASSWORD},http://192.168.77.55:9380|${PASSWORD}
|
||||
- PRIMARY=/run/secrets/primary
|
||||
- REPLICAS=/run/secrets/replikas
|
||||
- CLIENT_SKIP_TLS_VERIFICATION=true
|
||||
|
||||
- FULL_SYNC=true
|
||||
@@ -15,3 +17,8 @@ services:
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
restart: always
|
||||
secrets:
|
||||
replikas:
|
||||
file: .env.replikas
|
||||
primary:
|
||||
file: .env.primary
|
||||
Reference in New Issue
Block a user