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

https://github.com/walderlansena/nestjs-docker

Nest js production and development environment with docker and docker compose.
https://github.com/walderlansena/nestjs-docker

Last synced: 5 days ago
JSON representation

Nest js production and development environment with docker and docker compose.

Awesome Lists containing this project

README

          

# NestJs + Docker + Docker Compose

Nest js production and development environment with docker and docker compose.



## How to use

```shell
docker composer up -d
```

### See the logs for dev

```shell
docker compose logs -f api
```