mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-28 05:43:33 +02:00
New Env File for Eval (#1781)
This commit is contained in:
@@ -16,7 +16,7 @@ services:
|
||||
ports:
|
||||
- "8080"
|
||||
env_file:
|
||||
- .env
|
||||
- .env_eval
|
||||
environment:
|
||||
- AUTH_TYPE=disabled
|
||||
- POSTGRES_HOST=relational_db
|
||||
@@ -43,7 +43,7 @@ services:
|
||||
- index
|
||||
restart: always
|
||||
env_file:
|
||||
- .env
|
||||
- .env_eval
|
||||
environment:
|
||||
- AUTH_TYPE=disabled
|
||||
- POSTGRES_HOST=relational_db
|
||||
|
Reference in New Issue
Block a user