A RabbitMQ Dockerized Microservice Worker Boilerplate in Node.js
- git clone https://github.com/granvilleschmidt/rabbitmq-nodejs-microservice-boilerplate.git
- cd ./rabbitmq-nodejs-microservice-boilerplate or wherever you put it.
- npm install
- Search project for TODO: comments. You will want to do what they say.
- Copy docker-compose.yml.example to docker-compose.yml
- Modify environment variables and project files as needed.
- Service health can be checked at http(s)://:12900/health and diagnostics at http(s)://:12900 . Port is configurable via the HEALTH_ENDPOINT_PORT environment variable.