mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-29 01:10:58 +02:00
Allow specifying Postgres User / Password / DB for dev compose file
This commit is contained in:
@ -115,6 +115,9 @@ services:
|
|||||||
- QA_PROMPT_OVERRIDE=${QA_PROMPT_OVERRIDE:-}
|
- QA_PROMPT_OVERRIDE=${QA_PROMPT_OVERRIDE:-}
|
||||||
# Other Services
|
# Other Services
|
||||||
- POSTGRES_HOST=relational_db
|
- POSTGRES_HOST=relational_db
|
||||||
|
- POSTGRES_USER=${POSTGRES_USER:-}
|
||||||
|
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-}
|
||||||
|
- POSTGRES_DB=${POSTGRES_DB:-}
|
||||||
- VESPA_HOST=index
|
- VESPA_HOST=index
|
||||||
- WEB_DOMAIN=${WEB_DOMAIN:-} # For frontend redirect auth purpose for OAuth2 connectors
|
- WEB_DOMAIN=${WEB_DOMAIN:-} # For frontend redirect auth purpose for OAuth2 connectors
|
||||||
# Don't change the NLP model configs unless you know what you're doing
|
# Don't change the NLP model configs unless you know what you're doing
|
||||||
|
Reference in New Issue
Block a user