passport / docker-compose.yml
thuralinhtut's picture
docker and django
d1e5295
raw
history blame
148 Bytes
version: "3"
services:
django:
build:
context: .
dockerfile: Dockerfile
ports:
- "8000:80"
volumes:
- .:/app