django-notifications/docker-compose.yaml

10 lines
164 B
YAML

version: "3.9"
services:
development:
build: .
stdin_open: true
tty: true
volumes:
- .:/django-notifications
ports:
- "8000:8000"