Clean up repo and remove docker
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user