mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00
🔎 chore: bump meilisearch v1.7 / v0.38.0 (#2175)
* 🔎 chore: bump meilisearch v1.7 / v0.38.0 * ✏️ breaking_changes.md
This commit is contained in:
parent
d4b0af3dba
commit
b5d25f5e4f
5 changed files with 223 additions and 174 deletions
|
@ -34,11 +34,11 @@ services:
|
|||
command: mongod --noauth
|
||||
meilisearch:
|
||||
container_name: chat-meilisearch
|
||||
image: getmeili/meilisearch:v1.6
|
||||
image: getmeili/meilisearch:v1.7.3
|
||||
restart: always
|
||||
user: "${UID}:${GID}"
|
||||
environment:
|
||||
- MEILI_HOST=http://meilisearch:7700
|
||||
- MEILI_NO_ANALYTICS=true
|
||||
volumes:
|
||||
- ./meili_data_v1.6:/meili_data
|
||||
- ./meili_data_v1.7:/meili_data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue