This commit is contained in:
2026-01-07 13:12:07 +01:00
parent 11730c1bb1
commit a5e23ef68d
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -3,7 +3,7 @@ services:
homeassistant: homeassistant:
container_name: HomeAssistant container_name: HomeAssistant
network_mode: host network_mode: host
image: "${DOCKER_REGISTRY:-}ghcr.io/home-assistant/home-assistant:latest" image: "${DOCKER_REGISTRY:-}ghcr.io/home-assistant/home-assistant:${VERSION:-latest}"
volumes: volumes:
- /share/docker_data/ha/:/config - /share/docker_data/ha/:/config
#- /dev/skyconnect:/dev/ttyUSB1 #- /dev/skyconnect:/dev/ttyUSB1