mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
chore(.env.example): add MEILI_NO_ANALYTICS variable and set it to true (#647)
chore(docker-compose.yml): add MEILI_NO_ANALYTICS environment variable and set it to true
This commit is contained in:
parent
20dde44512
commit
9303ea2f57
2 changed files with 4 additions and 0 deletions
|
@ -174,6 +174,9 @@ PROXY=
|
||||||
# The easiest setup for this is through docker-compose, which takes care of it for you.
|
# The easiest setup for this is through docker-compose, which takes care of it for you.
|
||||||
SEARCH=true
|
SEARCH=true
|
||||||
|
|
||||||
|
# HIGHLY RECOMMENDED: Disable anonymized telemetry analytics for MeiliSearch for absolute privacy.
|
||||||
|
MEILI_NO_ANALYTICS=true
|
||||||
|
|
||||||
# REQUIRED FOR SEARCH: MeiliSearch Host, mainly for the API server to connect to the search server.
|
# REQUIRED FOR SEARCH: MeiliSearch Host, mainly for the API server to connect to the search server.
|
||||||
# Replace '0.0.0.0' with 'meilisearch' if serving MeiliSearch with docker-compose.
|
# Replace '0.0.0.0' with 'meilisearch' if serving MeiliSearch with docker-compose.
|
||||||
MEILI_HOST=http://0.0.0.0:7700
|
MEILI_HOST=http://0.0.0.0:7700
|
||||||
|
|
|
@ -63,5 +63,6 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- MEILI_HOST=http://meilisearch:7700
|
- MEILI_HOST=http://meilisearch:7700
|
||||||
- MEILI_HTTP_ADDR=meilisearch:7700
|
- MEILI_HTTP_ADDR=meilisearch:7700
|
||||||
|
- MEILI_NO_ANALYTICS=true
|
||||||
volumes:
|
volumes:
|
||||||
- ./meili_data:/meili_data
|
- ./meili_data:/meili_data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue