ustari28 / iot-services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rabbit & Redis

Simple rabbit node and Redis cluster. Rabbit with mqtt plugin enabled for test environment.

  • http://localhost:15672, rabbitmq web

  • 5672: amqp protocol

  • 1883: mqtt protocol

  • 6379: redis protocol

  • guest/guest: default user/password for rabbitmq

  • redis-cluster without security

Start up

  • Normal start up
docker-compose -f rabbitmq-redis-dc.yml up -d
  • Stop
docker-compose -f rabbitmq-redis-dc.yml down
  • Start & rebuild
docker-compose -f rabbitmq-redis-dc.yml up -d --build

About