add configuration to use django sample with Docker Dev Environments feature (#252)

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours
2022-07-12 12:18:35 +02:00
committed by GitHub
parent 34115dcd3c
commit f716bfb382
4 changed files with 36 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
services:
web:
build:
context: app
target: dev-envs
ports:
- '8000:8000'
volumes:
- /var/run/docker.sock:/var/run/docker.sock