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.env
file if needed -
Change the
hostname
for the RabbitMQ service in thedocker-compose.yml
file if needed -
Bring the Stack Up using:
docker-compose up -d
-
You can change the password for Redis in the
redis/redis.conf
file
docker-compose logs -f