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:
17
nebula/docker-compose copy.yml
Executable file
17
nebula/docker-compose copy.yml
Executable file
@@ -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
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
nebula-sync:
|
nebula-sync:
|
||||||
image: ghcr.io/lovelaze/nebula-sync:latest
|
image: ghcr.io/lovelaze/nebula-sync:latest
|
||||||
container_name: nebula-sync
|
|
||||||
environment:
|
environment:
|
||||||
- PRIMARY=http://192.168.77.101:9380|l4c1j4yd33Du5lo
|
- PRIMARY=http://192.168.77.101:9380|l4c1j4yd33Du5lo
|
||||||
- REPLICAS=http://192.168.77.238:9380|l4c1j4yd33Du5lo,http://192.168.77.106: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
|
- FULL_SYNC=true
|
||||||
- RUN_GRAVITY=true
|
- RUN_GRAVITY=true
|
||||||
- CRON=0 * * * *
|
- CRON=0 * * * *
|
||||||
labels:
|
restart: any
|
||||||
|
|
||||||
wud.watch: true
|
|
||||||
wud.watch.digest: true
|
|
||||||
restart: always
|
|
||||||
Reference in New Issue
Block a user