awesome-compose/django/compose.yaml

8 lines
102 B
YAML

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