mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-08-03 05:34:03 +02:00
Disable qdrant telemetry by default (#121)
* Disable qdrant telemetry by default Signed-off-by: Marcel Coetzee <marcel@mooncoon.com> * Add K8s config Signed-off-by: Marcel Coetzee <marcel@mooncoon.com> --------- Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
This commit is contained in:
@@ -69,6 +69,8 @@ services:
|
||||
restart: always
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- QDRANT__TELEMETRY_DISABLED=true
|
||||
ports:
|
||||
- "6333:6333"
|
||||
volumes:
|
||||
|
@@ -61,6 +61,8 @@ services:
|
||||
restart: always
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- QDRANT__TELEMETRY_DISABLED=true
|
||||
volumes:
|
||||
- qdrant_volume:/qdrant/storage
|
||||
search_engine:
|
||||
|
Reference in New Issue
Block a user