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 fad2ed7 commit 60e5554
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions homeassistant/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ services:
image: eclipse-mosquitto
restart: always
user: ${USER_ID}:${GROUP_ID}
environment:
- PUID=${USER_ID}
- PGID=${GROUP_ID}
env_file:
- ${CONFIG_ROOT:-.}/homeassistant/mosquitto.env
volumes:
Expand Down

0 comments on commit 60e5554

Please sign in to comment.