set versions in smartHome
This commit is contained in:
parent
9452376873
commit
1f70a4f6aa
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue