mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-06 18:48:50 +01:00
🔎 update: meilisearch (#1269)
This commit is contained in:
parent
270031c783
commit
f6118879e5
4 changed files with 8 additions and 4 deletions
|
|
@ -57,7 +57,7 @@ services:
|
|||
command: mongod --noauth
|
||||
meilisearch:
|
||||
container_name: chat-meilisearch
|
||||
image: getmeili/meilisearch:v1.0
|
||||
image: getmeili/meilisearch:v1.5
|
||||
restart: always
|
||||
# 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
|
||||
|
|
@ -69,4 +69,4 @@ services:
|
|||
- MEILI_HTTP_ADDR=meilisearch:7700
|
||||
- MEILI_NO_ANALYTICS=true
|
||||
volumes:
|
||||
- ./meili_data:/meili_data
|
||||
- ./meili_data_v1.5:/meili_data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue