Skip to content

An MQTT mosquitto image which can be configured via environment variables

Notifications You must be signed in to change notification settings

waterviewsrl/mosquitto-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published