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-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

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`