oacpl/docker-compose.yml

12 lines
128 B
YAML
Raw Normal View History

2018-01-05 20:10:41 -05:00
version: 1
services:
db:
image: sqlite3
web:
command: python3 manage.py runserver
image: django
build: .