mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-10 21:26:01 +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
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
environment:
|
||||||
|
- QDRANT__TELEMETRY_DISABLED=true
|
||||||
ports:
|
ports:
|
||||||
- "6333:6333"
|
- "6333:6333"
|
||||||
volumes:
|
volumes:
|
||||||
|
@@ -61,6 +61,8 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
environment:
|
||||||
|
- QDRANT__TELEMETRY_DISABLED=true
|
||||||
volumes:
|
volumes:
|
||||||
- qdrant_volume:/qdrant/storage
|
- qdrant_volume:/qdrant/storage
|
||||||
search_engine:
|
search_engine:
|
||||||
|
@@ -34,6 +34,9 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: qdrant-storage
|
- name: qdrant-storage
|
||||||
mountPath: /qdrant/storage
|
mountPath: /qdrant/storage
|
||||||
|
env:
|
||||||
|
- name: QDRANT__TELEMETRY_DISABLED
|
||||||
|
value: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: qdrant-storage
|
- name: qdrant-storage
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
Reference in New Issue
Block a user