awesome-compose/flask/.docker/docker-compose.yaml

11 lines
190 B
YAML

services:
web:
build:
context: app
target: dev-envs
stop_signal: SIGINT
ports:
- '8000:8000'
volumes:
- /var/run/docker.sock:/var/run/docker.sock