waterviewsrl / mosquitto-image

An MQTT mosquitto image which can be configured via environment variables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mosquitto-image

This mqtt image generates a config file from a template and envronment variables. Currently it is possible to configure TCP and WebSockets ports, persistence and login credentials for a single user

docker run -it -e MQTT_TCP_PORT=1883 -e MQTT_WS_PORT=1884 -e MQTT_PERSISTENCE=false -e MQTT_USER=user -e MQTT_PASS=pass waterview/mosquitto

About

An MQTT mosquitto image which can be configured via environment variables


Languages

Language:Shell 73.9%Language:Dockerfile 26.1%