Message Broker
Eclipse Mosquitto is the standard MQTT broker for smarthome messaging. It handles the real-time data flow between Zigbee2MQTT, Home Assistant, and ioBroker.
services:
mqtt-broker:
image: eclipse-mosquitto:latest
container_name: mqtt-broker
volumes:
- ./config:/mosquitto/config
- ./data:/mosquitto/data