Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sushantrahate/docker-mean-stack-caddy-server
Dockerize MEAN Stack App with Caddy Server
https://github.com/sushantrahate/docker-mean-stack-caddy-server
caddy-server caddy2 caddyserver docker docker-compose mean-stack meanstack
Last synced: 11 days ago
JSON representation
Dockerize MEAN Stack App with Caddy Server
- Host: GitHub
- URL: https://github.com/sushantrahate/docker-mean-stack-caddy-server
- Owner: sushantrahate
- Created: 2021-03-20T03:52:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:50:10.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T21:18:33.068Z (over 1 year ago)
- Topics: caddy-server, caddy2, caddyserver, docker, docker-compose, mean-stack, meanstack
- Language: TypeScript
- Homepage:
- Size: 2.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MEAN Stack with Docker Compose and Caddy Server
## 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`