Clean up repo and remove docker

This commit is contained in:
Jan Tuomi
2017-05-18 15:49:04 +03:00
parent 4972ef87f1
commit c64cf7a7cc
20 changed files with 122 additions and 538 deletions
-20
View File
@@ -1,20 +0,0 @@
version: '2'
services:
db:
build:
context: .
dockerfile: scripts/db/Dockerfile
environment:
- POSTGRES_PASSWORD=toor
- POSTGRES_USER=root
web:
build:
context: .
dockerfile: scripts/web/Dockerfile
command: python manage.py runserver 0.0.0.0:8000
volumes:
- .:/code
ports:
- "8000:8000"
depends_on:
- db