mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-03 03:31:09 +02:00
DAN-164 Background slack job to give up after 5 tries
also minor docker compose change
This commit is contained in:
parent
b4759403ac
commit
79013ac9fd
@ -28,3 +28,4 @@ redirect_stderr=true
|
||||
stdout_logfile_maxbytes=52428800
|
||||
autorestart=true
|
||||
startretries=5
|
||||
startsecs=60
|
||||
|
@ -33,6 +33,8 @@ services:
|
||||
- QDRANT_HOST=vector_db
|
||||
- TYPESENSE_HOST=search_engine
|
||||
- TYPESENSE_API_KEY=${TYPESENSE_API_KEY:-local_dev_typesense}
|
||||
- DANSWER_BOT_SLACK_APP_TOKEN=${DANSWER_BOT_SLACK_APP_TOKEN:-}
|
||||
- DANSWER_BOT_SLACK_BOT_TOKEN=${DANSWER_BOT_SLACK_BOT_TOKEN:-}
|
||||
volumes:
|
||||
- local_dynamic_storage:/home/storage
|
||||
- file_connector_tmp_storage:/home/file_connector_storage
|
||||
|
Loading…
x
Reference in New Issue
Block a user