small fix for local dev

This commit is contained in:
Jake Potrebic 2020-10-01 03:17:22 -07:00
parent 92f9d86593
commit 306da7b619
No known key found for this signature in database
GPG Key ID: 7C58557EC9C421F8

View File

@ -37,8 +37,8 @@ services:
environment:
POSTGRES_MULTIPLE_DATABASES: hangarauth
POSTGRES_DB: hangar
POSTGRES_USER: "user"
POSTGRES_PASSWORD: "password"
POSTGRES_USER: hangar
POSTGRES_PASSWORD: hangar
ports:
- "2345:5432" # pls dont abuse open port :/
volumes:
@ -92,7 +92,7 @@ services:
EMAIL_TLS: "false"
EMAIL_HOST_USER: "dum"
EMAIL_HOST_PASSWORD: "dum"
DB_NAME: "hangar"
DB_NAME: "hangarauth"
DB_USER: "hangar"
DB_PASSWORD: "hangar"
DB_HOST: "db"