Skip to content

Commit

Permalink
vachan-ai env variables updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasankar committed Nov 26, 2024
1 parent 28f9883 commit 178ee7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ services:
- VACHAN_USE_VE_AUTH=${VACHAN_USE_VE_AUTH:-True}
- VACHAN_AI_DFNT_SAMPLING_RATE=${VACHAN_AI_DFNT_SAMPLING_RATE:-48000}
- VACHAN_AI_INA_SAMPLING_RATE=${VACHAN_AI_INA_SAMPLING_RATE:-16000}
- VACHAN_AI_MLFLOW_DST_PATH=${VACHAN_AI_MLFLOW_DST_PATH:-/var/common/mlflow}
- VACHAN_DOMAIN=http://vachan-access:8007
- VACHAN_AI_DOMAIN=http://vachan-api
command: uvicorn main:app --host 0.0.0.0 --port 8009
Expand Down
1 change: 1 addition & 0 deletions docker/docker-compose-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ services:
- VACHAN_AI_CRON_MINUTE=${VACHAN_AI_CRON_MINUTE:-30}
- VACHAN_AI_BASEPATH=/v2/ai
- VACHAN_USE_VE_AUTH=${VACHAN_USE_VE_AUTH:-True}
- VACHAN_AI_MLFLOW_DST_PATH=${VACHAN_AI_MLFLOW_DST_PATH:-/var/common/mlflow}
- VACHAN_DOMAIN=http://vachan-access:8007
- VACHAN_AI_DOMAIN=http://vachan-api
command: uvicorn main:app --host 0.0.0.0 --port 8009
Expand Down

0 comments on commit 178ee7e

Please sign in to comment.