mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2026-01-29 12:29:43 +01:00
build
This commit is contained in:
@@ -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
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user