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