mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 02:14:54 +01:00
build
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
APPNAME=home-assistant
|
||||
APPNAME=influxdb
|
||||
DOCKER_REGISTRY=r.sectorq.eu/library/
|
||||
RESTART=always
|
||||
@@ -0,0 +1 @@
|
||||
ha
|
||||
@@ -0,0 +1 @@
|
||||
ha
|
||||
@@ -1 +1,2 @@
|
||||
APPNAME=nebula
|
||||
PASSWORD=l4c1j4yd33Du5lo
|
||||
@@ -3,8 +3,8 @@ services:
|
||||
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
|
||||
- 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}
|
||||
- CLIENT_SKIP_TLS_VERIFICATION=true
|
||||
|
||||
- FULL_SYNC=true
|
||||
|
||||
Reference in New Issue
Block a user