mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-10 13:15:18 +02:00
Remove Unused Volumes (#1356)
This commit is contained in:
@@ -80,7 +80,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- local_dynamic_storage:/home/storage
|
- local_dynamic_storage:/home/storage
|
||||||
- file_connector_tmp_storage:/home/file_connector_storage
|
- file_connector_tmp_storage:/home/file_connector_storage
|
||||||
- model_cache_nltk:/root/nltk_data/
|
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
logging:
|
logging:
|
||||||
@@ -174,7 +173,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- local_dynamic_storage:/home/storage
|
- local_dynamic_storage:/home/storage
|
||||||
- file_connector_tmp_storage:/home/file_connector_storage
|
- file_connector_tmp_storage:/home/file_connector_storage
|
||||||
- model_cache_nltk:/root/nltk_data/
|
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
logging:
|
logging:
|
||||||
@@ -218,7 +216,6 @@ services:
|
|||||||
# Set to debug to get more fine-grained logs
|
# Set to debug to get more fine-grained logs
|
||||||
- LOG_LEVEL=${LOG_LEVEL:-info}
|
- LOG_LEVEL=${LOG_LEVEL:-info}
|
||||||
volumes:
|
volumes:
|
||||||
- model_cache_torch:/root/.cache/torch/
|
|
||||||
- model_cache_huggingface:/root/.cache/huggingface/
|
- model_cache_huggingface:/root/.cache/huggingface/
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
@@ -246,7 +243,6 @@ services:
|
|||||||
# Set to debug to get more fine-grained logs
|
# Set to debug to get more fine-grained logs
|
||||||
- LOG_LEVEL=${LOG_LEVEL:-info}
|
- LOG_LEVEL=${LOG_LEVEL:-info}
|
||||||
volumes:
|
volumes:
|
||||||
- model_cache_torch:/root/.cache/torch/
|
|
||||||
- model_cache_huggingface:/root/.cache/huggingface/
|
- model_cache_huggingface:/root/.cache/huggingface/
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
@@ -314,10 +310,12 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
# local_dynamic_storage is legacy only now
|
||||||
local_dynamic_storage:
|
local_dynamic_storage:
|
||||||
file_connector_tmp_storage: # used to store files uploaded by the user temporarily while we are indexing them
|
# used to store files uploaded by the user temporarily while we are indexing them
|
||||||
|
# file_connector_tmp_storage is legacy only now
|
||||||
|
file_connector_tmp_storage:
|
||||||
db_volume:
|
db_volume:
|
||||||
vespa_volume:
|
vespa_volume:
|
||||||
model_cache_torch:
|
# Created by the container itself
|
||||||
model_cache_nltk:
|
|
||||||
model_cache_huggingface:
|
model_cache_huggingface:
|
||||||
|
@@ -23,7 +23,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- local_dynamic_storage:/home/storage
|
- local_dynamic_storage:/home/storage
|
||||||
- file_connector_tmp_storage:/home/file_connector_storage
|
- file_connector_tmp_storage:/home/file_connector_storage
|
||||||
- model_cache_nltk:/root/nltk_data/
|
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
logging:
|
logging:
|
||||||
@@ -54,7 +53,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- local_dynamic_storage:/home/storage
|
- local_dynamic_storage:/home/storage
|
||||||
- file_connector_tmp_storage:/home/file_connector_storage
|
- file_connector_tmp_storage:/home/file_connector_storage
|
||||||
- model_cache_nltk:/root/nltk_data/
|
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
logging:
|
logging:
|
||||||
@@ -104,7 +102,6 @@ services:
|
|||||||
# Set to debug to get more fine-grained logs
|
# Set to debug to get more fine-grained logs
|
||||||
- LOG_LEVEL=${LOG_LEVEL:-info}
|
- LOG_LEVEL=${LOG_LEVEL:-info}
|
||||||
volumes:
|
volumes:
|
||||||
- model_cache_torch:/root/.cache/torch/
|
|
||||||
- model_cache_huggingface:/root/.cache/huggingface/
|
- model_cache_huggingface:/root/.cache/huggingface/
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
@@ -132,7 +129,6 @@ services:
|
|||||||
# Set to debug to get more fine-grained logs
|
# Set to debug to get more fine-grained logs
|
||||||
- LOG_LEVEL=${LOG_LEVEL:-info}
|
- LOG_LEVEL=${LOG_LEVEL:-info}
|
||||||
volumes:
|
volumes:
|
||||||
- model_cache_torch:/root/.cache/torch/
|
|
||||||
- model_cache_huggingface:/root/.cache/huggingface/
|
- model_cache_huggingface:/root/.cache/huggingface/
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
@@ -204,10 +200,12 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
# local_dynamic_storage is legacy only now
|
||||||
local_dynamic_storage:
|
local_dynamic_storage:
|
||||||
file_connector_tmp_storage: # used to store files uploaded by the user temporarily while we are indexing them
|
# used to store files uploaded by the user temporarily while we are indexing them
|
||||||
|
# file_connector_tmp_storage is legacy only now
|
||||||
|
file_connector_tmp_storage:
|
||||||
db_volume:
|
db_volume:
|
||||||
vespa_volume:
|
vespa_volume:
|
||||||
model_cache_torch:
|
# Created by the container itself
|
||||||
model_cache_nltk:
|
|
||||||
model_cache_huggingface:
|
model_cache_huggingface:
|
||||||
|
@@ -23,7 +23,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- local_dynamic_storage:/home/storage
|
- local_dynamic_storage:/home/storage
|
||||||
- file_connector_tmp_storage:/home/file_connector_storage
|
- file_connector_tmp_storage:/home/file_connector_storage
|
||||||
- model_cache_nltk:/root/nltk_data/
|
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
logging:
|
logging:
|
||||||
@@ -54,7 +53,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- local_dynamic_storage:/home/storage
|
- local_dynamic_storage:/home/storage
|
||||||
- file_connector_tmp_storage:/home/file_connector_storage
|
- file_connector_tmp_storage:/home/file_connector_storage
|
||||||
- model_cache_nltk:/root/nltk_data/
|
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
logging:
|
logging:
|
||||||
@@ -117,7 +115,6 @@ services:
|
|||||||
# Set to debug to get more fine-grained logs
|
# Set to debug to get more fine-grained logs
|
||||||
- LOG_LEVEL=${LOG_LEVEL:-info}
|
- LOG_LEVEL=${LOG_LEVEL:-info}
|
||||||
volumes:
|
volumes:
|
||||||
- model_cache_torch:/root/.cache/torch/
|
|
||||||
- model_cache_huggingface:/root/.cache/huggingface/
|
- model_cache_huggingface:/root/.cache/huggingface/
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
@@ -145,7 +142,6 @@ services:
|
|||||||
# Set to debug to get more fine-grained logs
|
# Set to debug to get more fine-grained logs
|
||||||
- LOG_LEVEL=${LOG_LEVEL:-info}
|
- LOG_LEVEL=${LOG_LEVEL:-info}
|
||||||
volumes:
|
volumes:
|
||||||
- model_cache_torch:/root/.cache/torch/
|
|
||||||
- model_cache_huggingface:/root/.cache/huggingface/
|
- model_cache_huggingface:/root/.cache/huggingface/
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
@@ -221,10 +217,12 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
# local_dynamic_storage is legacy only now
|
||||||
local_dynamic_storage:
|
local_dynamic_storage:
|
||||||
file_connector_tmp_storage: # used to store files uploaded by the user temporarily while we are indexing them
|
# used to store files uploaded by the user temporarily while we are indexing them
|
||||||
|
# file_connector_tmp_storage is legacy only now
|
||||||
|
file_connector_tmp_storage:
|
||||||
db_volume:
|
db_volume:
|
||||||
vespa_volume:
|
vespa_volume:
|
||||||
model_cache_torch:
|
# Created by the container itself
|
||||||
model_cache_nltk:
|
|
||||||
model_cache_huggingface:
|
model_cache_huggingface:
|
||||||
|
Reference in New Issue
Block a user