Debian Docker image with mosquitto 1.4.9 compiled with websocket activated and auth plugin installed
308
Debian Docker image with mosquitto 1.4.9, compiled with websockets activated and auth plugin installed. Auth Plugin currently configured for postgresql authentication.
docker run -ti -p 1883:1883 -p 9001:9001 simplx/mosquitto-auth
Exposes Port 1883 (MQTT) 9001 (Websocket MQTT)
Volumes: /mqtt/config, /mqtt/data and /mqtt/log
git clone https://github.com/simplx-fr/docker-mosquitto-auth.git
cd docker-mosquitto-auth
docker build .
Build your image on top of that one, just provide a custom.conf and acl.conf file (see git repo for sample)
Content type
Image
Digest
Size
202.6 MB
Last updated
about 10 years ago
docker pull simplx/mosquitto-auth