mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue