Fixed DB host

pull/2/head
Ben Rometsch 4 years ago
parent 8b2ea86323
commit 553efea2bb

@ -16,6 +16,7 @@ services:
environment:
DJANGO_ALLOWED_HOSTS: localhost
DATABASE_URL: postgresql://postgres:password@db:5432/bullettrain
DJANGO_DB_HOST: db
DJANGO_DB_NAME: bullettrain
DJANGO_DB_USER: postgres
DJANGO_DB_PASSWORD: password

Loading…
Cancel
Save