Sign inSign up

simplx/mosquitto-auth

By simplx

Updated about 10 years ago

Debian Docker image with mosquitto 1.4.9 compiled with websocket activated and auth plugin installed

Image
0

308

simplx/mosquitto-auth repository overview

Debian Docker image with mosquitto 1.4.9, compiled with websockets activated and auth plugin installed. Auth Plugin currently configured for postgresql authentication.

Run

docker run -ti -p 1883:1883 -p 9001:9001 simplx/mosquitto-auth

Exposes Port 1883 (MQTT) 9001 (Websocket MQTT)

Persistence

Volumes: /mqtt/config, /mqtt/data and /mqtt/log

Build

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)

Tag summary

Content type

Image

Digest

Size

202.6 MB

Last updated

about 10 years ago

docker pull simplx/mosquitto-auth