yig/docker-compose.yml

11 lines
207 B
YAML

services:
web:
build: ./franklincce
command: python manage.py runserver 0.0.0.0:8000
volumes:
- ./franklincce/:/usr/src/app/
ports:
- 8000:8000
env_file:
- ./.env.dev