Allow specifying Postgres User / Password / DB for dev compose file

This commit is contained in:
Weves 2024-02-15 14:48:02 -08:00 committed by Chris Weaver
parent 5fb688df02
commit 064d129592

View File

@ -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