This commit is contained in:
2025-11-18 22:34:01 +01:00
parent 4d0d9c93ca
commit 873ea0efb4
5 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
APPNAME=home-assistant APPNAME=influxdb
DOCKER_REGISTRY=r.sectorq.eu/library/ DOCKER_REGISTRY=r.sectorq.eu/library/
RESTART=always RESTART=always

View File

@@ -0,0 +1 @@
ha

View File

@@ -0,0 +1 @@
ha

View File

@@ -1 +1,2 @@
APPNAME=nebula APPNAME=nebula
PASSWORD=l4c1j4yd33Du5lo

View File

@@ -3,8 +3,8 @@ services:
image: ghcr.io/lovelaze/nebula-sync:latest image: ghcr.io/lovelaze/nebula-sync:latest
container_name: nebula-sync container_name: nebula-sync
environment: environment:
- PRIMARY=http://192.168.77.101:9380|l4c1j4yd33Du5lo - PRIMARY=http://192.168.77.101:9380|${PASSWORD}
- REPLICAS=http://192.168.77.238:9380|l4c1j4yd33Du5lo,http://192.168.77.106:9380|l4c1j4yd33Du5lo - 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 - CLIENT_SKIP_TLS_VERIFICATION=true
- FULL_SYNC=true - FULL_SYNC=true