Update deps

This commit is contained in:
Jonathan Cremin 2020-06-14 23:10:37 +01:00
parent 8501759a39
commit c8000380b3
3 changed files with 48 additions and 51 deletions

View file

@ -10,11 +10,11 @@ services:
volumes:
- ./:/app
ports:
- "8000:8000"
- "8001:8000"
database:
image: "postgres:10-alpine"
ports:
- "5432:5432"
- "5433:5432"
environment:
POSTGRES_PASSWORD: "minie"
POSTGRES_USER: "minie"