awesome-compose/nestjs/.docker/docker-compose.yml

10 lines
162 B
YAML
Raw Normal View History

services:
api:
build:
context: app
target: dev-envs
ports:
- 3000:3000
volumes:
- /var/run/docker.sock:/var/run/docker.sock