awesome-compose/django/.docker/docker-compose.yaml
Guillaume Lours 094c7992a3
add configuration to use django sample with Docker Dev Environments feature
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-07-05 14:52:30 +02:00

9 lines
165 B
YAML

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