RabbitMQ + MQTT Pub/Sub Queue Stack
(Currently the MQTT Port 1883 is commented out in the docker-compose file
-
Create a network for the stack called
iotstack:docker network create iotstack -
Change the Default Username / Password / Node Namein the
prototype.envfile if needed -
Change the
hostnamefor the RabbitMQ service in thedocker-compose.ymlfile if needed -
Bring the Stack Up using:
docker-compose up -d -
You can change the password for Redis in the
redis/redis.conffile
docker-compose logs -f