Skip to content

Commit

Permalink
branch cut
Browse files Browse the repository at this point in the history
  • Loading branch information
rajiv chodisetti authored and rajiv chodisetti committed Oct 2, 2024
1 parent bda7885 commit 7304c12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployment/docker_compose/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ services:
- NOTIFY_SLACKBOT_NO_ANSWER=${NOTIFY_SLACKBOT_NO_ANSWER:-}
- DANSWER_BOT_MAX_QPM=${DANSWER_BOT_MAX_QPM:-}
- DANSWER_BOT_MAX_WAIT_TIME=${DANSWER_BOT_MAX_WAIT_TIME:-}
- CUSTOM_REFRESH_URL=${CUSTOM_REFRESH_URL:-}
# Logging
# Leave this on pretty please? Nothing sensitive is collected!
# https://docs.danswer.dev/more/telemetry
Expand Down Expand Up @@ -230,6 +231,7 @@ services:
# Enterprise Edition only
- ENABLE_PAID_ENTERPRISE_EDITION_FEATURES=${ENABLE_PAID_ENTERPRISE_EDITION_FEATURES:-false}
- NEXT_PUBLIC_CUSTOM_REFRESH_URL=${NEXT_PUBLIC_CUSTOM_REFRESH_URL:-}
- CUSTOM_REFRESH_URL=${CUSTOM_REFRESH_URL:-}

inference_model_server:
image: danswer/danswer-model-server:${IMAGE_TAG:-latest}
Expand Down Expand Up @@ -351,6 +353,7 @@ services:
command: redis-server --save "" --appendonly no

volumes:
cache_volume:
db_volume:
vespa_volume: # Created by the container itself

Expand Down

0 comments on commit 7304c12

Please sign in to comment.