mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-02 22:30:18 +01: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
|
|
@ -51,7 +51,7 @@ services:
|
|||
command: mongod --noauth
|
||||
meilisearch:
|
||||
container_name: chat-meilisearch
|
||||
image: getmeili/meilisearch:v1.0
|
||||
image: getmeili/meilisearch:v1.7.3
|
||||
# ports: # Uncomment this to access meilisearch from outside docker
|
||||
# - 7700:7700 # if exposing these ports, make sure your master key is not the default value
|
||||
env_file:
|
||||
|
|
@ -60,4 +60,4 @@ services:
|
|||
- MEILI_HOST=http://meilisearch:7700
|
||||
- MEILI_NO_ANALYTICS=true
|
||||
volumes:
|
||||
- ./meili_data:/meili_data
|
||||
- ./meili_data_v1.7:/meili_data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue