1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-18 14:58:22 +02:00
awesome-compose/django/compose.yaml
Guillaume Lours f716bfb382
add configuration to use django sample with Docker Dev Environments feature (#252)
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-07-12 12:18:35 +02:00

7 lines
102 B
YAML

services:
web:
build:
context: app
target: builder
ports:
- '8000:8000'