Move database host to .env
This commit is contained in:
parent
77e6e2d708
commit
380e49712d
2 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,7 @@ MEDIA_ROOT=images/
|
|||
POSTGRES_PASSWORD=fedireads
|
||||
POSTGRES_USER=fedireads
|
||||
POSTGRES_DB=fedireads
|
||||
POSTGRES_HOST=db
|
||||
|
||||
RABBITMQ_DEFAULT_USER=rabbit
|
||||
RABBITMQ_DEFAULT_PASS=changeme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue