Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lopezjurip/express-mongo-docker

Dockerized and minimal Express.js ES6 and MongoDB setup
https://github.com/lopezjurip/express-mongo-docker

Last synced: 25 days ago
JSON representation

Dockerized and minimal Express.js ES6 and MongoDB setup

Awesome Lists containing this project

README

        

# Dockerized Mongo Express.js using ES6
[![Build Status](https://travis-ci.org/mrpatiwi/express-mongo-docker.svg)](https://travis-ci.org/mrpatiwi/express-mongo-docker)

## Getting Started
Install dependencies
```sh
$ npm install
```

## Run using Docker-Compose
```sh
$ docker-compose up -d
```

### Scaling
```sh
$ docker-compose scale web=3
$ docker-compose up --force-recreate -d
```