mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2026-01-29 04:19:44 +01:00
build
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
|||||||
homeassistant:
|
homeassistant:
|
||||||
container_name: HomeAssistant
|
container_name: HomeAssistant
|
||||||
network_mode: host
|
network_mode: host
|
||||||
image: "ghcr.io/home-assistant/home-assistant:2025.12.4"
|
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
|
||||||
@@ -20,6 +20,7 @@ services:
|
|||||||
options:
|
options:
|
||||||
loki-url: http://192.168.77.101:3100/loki/api/v1/push
|
loki-url: http://192.168.77.101:3100/loki/api/v1/push
|
||||||
labels:
|
labels:
|
||||||
|
# com.centurylinklabs.watchtower.enable: true
|
||||||
homepage.group: Smarthome
|
homepage.group: Smarthome
|
||||||
homepage.name: Home Assistant
|
homepage.name: Home Assistant
|
||||||
homepage.weight: 1
|
homepage.weight: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user