Chore: Move from remote database host to linked docker container

This commit is contained in:
2022-07-05 07:09:44 +05:30
parent 97767e0c11
commit a4c3ae1035
7 changed files with 16 additions and 9 deletions

View File

@ -2,7 +2,7 @@ HOST=0.0.0.0
PORT=80
LOG_LEVEL=WARN
DEBUG=false
SQLALCHEMY_DATABASE_URI=postgresql://postgres:123456@172.26.5.85:5432/hops
SQLALCHEMY_DATABASE_URI=postgresql://postgres:123456@db:5432/hops
MODULE_NAME=brewman.main
PROJECT_NAME=brewman
POSTGRES_SERVER=db