Skip to content

Commit

Permalink
feat(homeassistant): Add Mosquitto MQTT broker
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienPoupa committed Jan 5, 2025
1 parent ad6951d commit 471bd9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions homeassistant/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ services:
container_name: mosquitto
image: eclipse-mosquitto
restart: always
env_file:
- ${CONFIG_ROOT:-.}/homeassistant/mosquitto.env
volumes:
- ${CONFIG_ROOT:-.}/homeassistant/mosquitto/config:/mosquitto/config
- ${CONFIG_ROOT:-.}/homeassistant/mosquitto/data:/mosquitto/data
Expand Down

0 comments on commit 471bd9a

Please sign in to comment.