Skip to content

🐳 A playground for Docker with RabbitMQ and Node.

License

Notifications You must be signed in to change notification settings

robertoachar/docker-rabbitmq-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-rabbitmq-node

License

A playground for Docker with RabbitMQ and Node.

Development

  • Cloning the repo
$ git clone https://github.com/robertoachar/docker-rabbitmq-node.git
  • Installing dependencies
$ npm install

Docker

  • 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

Author

Roberto Achar

License

MIT

Releases

No releases published

Packages

No packages published