From 1f70a4f6aa607b5d937884cd503582ebb83e0ac9 Mon Sep 17 00:00:00 2001 From: Florian Zirker Date: Fri, 17 May 2024 09:09:27 +0200 Subject: [PATCH] set versions in smartHome --- smartHome/docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smartHome/docker-compose.yaml b/smartHome/docker-compose.yaml index 5e15c6e..52b697a 100644 --- a/smartHome/docker-compose.yaml +++ b/smartHome/docker-compose.yaml @@ -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: