Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sushantrahate/docker-mean-stack-nginx
- Owner: sushantrahate
- Created: 2021-03-12T15:47:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:50:09.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T21:18:33.162Z (over 1 year ago)
- Topics: docker, docker-compose, mean-stack, nginx-docker, nginx-proxy
- Language: HTML
- Homepage:
- Size: 2.76 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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`