mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-16 11:04:53 +01:00
build
This commit is contained in:
@@ -2,12 +2,9 @@ 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:
|
|
||||||
- primary
|
|
||||||
- replicas
|
|
||||||
environment:
|
environment:
|
||||||
- PRIMARY=/run/secrets/primary
|
- PRIMARY=http://192.168.77.101:9380|l4c1j4yd33Du5lo
|
||||||
- REPLICAS=/run/secrets/replicas
|
- 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
|
- CLIENT_SKIP_TLS_VERIFICATION=true
|
||||||
|
|
||||||
- FULL_SYNC=true
|
- FULL_SYNC=true
|
||||||
@@ -18,8 +15,3 @@ services:
|
|||||||
wud.watch: true
|
wud.watch: true
|
||||||
wud.watch.digest: true
|
wud.watch.digest: true
|
||||||
restart: always
|
restart: always
|
||||||
secrets:
|
|
||||||
primary:
|
|
||||||
external: true
|
|
||||||
replicas:
|
|
||||||
external: true
|
|
||||||
Reference in New Issue
Block a user