add configuration to use django sample with Docker Dev Environments feature

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours
2022-06-30 15:41:48 +02:00
parent 8784f95a69
commit 094c7992a3
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