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:
Danny Avila 2023-07-15 08:23:34 -04:00 committed by GitHub
parent 20dde44512
commit 9303ea2f57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -174,6 +174,9 @@ PROXY=
# The easiest setup for this is through docker-compose, which takes care of it for you.
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.
# Replace '0.0.0.0' with 'meilisearch' if serving MeiliSearch with docker-compose.
MEILI_HOST=http://0.0.0.0:7700

View file

@ -63,5 +63,6 @@ services:
environment:
- MEILI_HOST=http://meilisearch:7700
- MEILI_HTTP_ADDR=meilisearch:7700
- MEILI_NO_ANALYTICS=true
volumes:
- ./meili_data:/meili_data