sayannath / Backend-Docker

NodeJs, MongoDB, Nginx with Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend-Docker

Node, MongoDB and Nginx with Docker

Commands

  • Start
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up -d --build [For Development]
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d --build [For Production]
  • Stop
docker-compose -f docker-compose.yml -f docker-compose.dev.yml down -v [For Development]
docker-compose -f docker-compose.yml -f docker-compose.prod.yml down -v [For Production]
  • Scale Up
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up -d --scale node-app=2 [For 2 node instance]

Pull Request

Pull Requests are welcome. Please follow these rules for the ease of understanding:

  • Make sure to check for available issues before raising one
  • Give me a maximum of 24-48 hours to respond
  • Have proper documentation on the parts you are changing/adding

Developed & Maintained by

👨Sayan Nath

ForTheBadge built-with-love Buy Me A Coffee

Show some ❤️ by starring the repository!

About

NodeJs, MongoDB, Nginx with Docker

License:MIT License


Languages

Language:JavaScript 95.9%Language:Dockerfile 2.5%Language:Shell 1.6%