Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sushantrahate/docker-mean-stack-nginx

MEAN Stack example with Docker Compose and NGINX Reverse Proxy
https://github.com/sushantrahate/docker-mean-stack-nginx

docker docker-compose mean-stack nginx-docker nginx-proxy

Last synced: 11 days ago
JSON representation

MEAN Stack example with Docker Compose and NGINX Reverse Proxy

Awesome Lists containing this project

README

        

# MEAN Stack with Docker Compose and Nginx

## Dubugging

Goto Debug section of VSCode and select Compound and press F5 key to launch Both frontend and backend

## Dev build

```bash
make build-dev
make run-dev
```

## Production build

```bash
make build-production
make run-production
```

## Stop

`make stop`