Skip to content

IsVir/mosquitto-auth-plugin-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mosquitto with auth plugin (auth-plug.so)

Dockerfile for building docker image with mosquitto (mqtt server) & auth plugin

Supported storages:

  • PostgreSQL

Getting started

Create file with enviroment variables (.env)

touch .env

Edit file with lines bellow

UID=1000 # User ID
GID=1000 # Group ID
CONFIG_PATH=/path/to/mosquitto.conf
DATA_DIR=/path/to/mosquitto/stirage/directory

Run commands

docker build -t mosquitto-auth .
docker-compose up

About

Mosquitto docker image with auth plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published