A playground for Docker with RabbitMQ and Node.
- Cloning the repo
$ git clone https://github.com/robertoachar/docker-rabbitmq-node.git
- Installing dependencies
$ npm install
- Building an image
$ docker-compose build
- Running containers
$ docker-compose up
- Running containers with scale (round-robin)
$ docker-compose up --scale consumer=3
- Stopping containers
$ docker-compose down