Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nishant-jain-94/docker-nodejs-mongodb

Sample repository to configure alerting
https://github.com/nishant-jain-94/docker-nodejs-mongodb

Last synced: 4 days ago
JSON representation

Sample repository to configure alerting

Awesome Lists containing this project

README

        

# Docker Node MongoDB Example

> Simple example of a dockerized Node/Mongo app

## Quick Start

```bash
# Run in Docker
docker-compose up
# use -d flag to run in background

# Tear down
docker-compose down

# To be able to edit files, add volume to compose file
volumes: ['./:/usr/src/app']

# To re-build
docker-compose build
```