set versions in smartHome

This commit is contained in:
Florian Zirker 2024-05-17 09:09:27 +02:00
parent 9452376873
commit 1f70a4f6aa

View file

@ -1,7 +1,7 @@
services: services:
homeassistant: homeassistant:
image: ghcr.io/home-assistant/home-assistant:stable image: ghcr.io/home-assistant/home-assistant:${HASSI_VERSION}
volumes: volumes:
- ${VOLUMES_PATH}/smartHome/homeassistent:/config - ${VOLUMES_PATH}/smartHome/homeassistent:/config
- /run/dbus:/run/dbus:ro - /run/dbus:/run/dbus:ro
@ -17,7 +17,7 @@ services:
- "docker.group=smartHome" - "docker.group=smartHome"
mqttbroker: mqttbroker:
image: eclipse-mosquitto:2.0 image: eclipse-mosquitto:${MOSQUITTO_VERSION}
restart: unless-stopped restart: unless-stopped
network_mode: host network_mode: host
expose: expose: