A MQTT client which provides a web-based tree-like visualization of MQTT topics.
version: '3.2'
services:
mqtt-tree:
image: rzarajczyk/mqtt-tree:latest
volumes:
- ./config/mqtt-tree.yaml:/app/config/config.yaml
restart: unless-stopped
network_mode: host
port: 8075
mqtt:
broker: <<mqtt address>
port: <<mqtt port>>
username: <<mqtt username>>
password: <<mqtt password>>
The web interface is available at the specified port:
http://localhost:8075