mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 18:34: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:
|
nebula-sync:
|
||||||
image: ghcr.io/lovelaze/nebula-sync:latest
|
image: ghcr.io/lovelaze/nebula-sync:latest
|
||||||
container_name: nebula-sync
|
container_name: nebula-sync
|
||||||
|
secrets:
|
||||||
|
- password
|
||||||
environment:
|
environment:
|
||||||
- PRIMARY=http://192.168.77.101:9380|${PASSWORD}
|
- PRIMARY=/run/secrets/primary
|
||||||
- REPLICAS=http://192.168.77.238:9380|${PASSWORD},http://192.168.77.106:9380|${PASSWORD},http://192.168.77.55:9380|${PASSWORD}
|
- REPLICAS=/run/secrets/replikas
|
||||||
- CLIENT_SKIP_TLS_VERIFICATION=true
|
- CLIENT_SKIP_TLS_VERIFICATION=true
|
||||||
|
|
||||||
- FULL_SYNC=true
|
- FULL_SYNC=true
|
||||||
@@ -14,4 +16,9 @@ services:
|
|||||||
|
|
||||||
wud.watch: true
|
wud.watch: true
|
||||||
wud.watch.digest: true
|
wud.watch.digest: true
|
||||||
restart: always
|
restart: always
|
||||||
|
secrets:
|
||||||
|
replikas:
|
||||||
|
file: .env.replikas
|
||||||
|
primary:
|
||||||
|
file: .env.primary
|
||||||
Reference in New Issue
Block a user