mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
🏃♂️➡️ feat: Upgrade Meilisearch to v1.12.3 (#5327)
This commit is contained in:
parent
aa80e4594e
commit
24d30d7428
2 changed files with 5 additions and 4 deletions
|
@ -53,7 +53,7 @@ services:
|
||||||
command: mongod --noauth
|
command: mongod --noauth
|
||||||
meilisearch:
|
meilisearch:
|
||||||
container_name: chat-meilisearch
|
container_name: chat-meilisearch
|
||||||
image: getmeili/meilisearch:v1.7.3
|
image: getmeili/meilisearch:v1.12.3
|
||||||
restart: always
|
restart: always
|
||||||
# ports: # Uncomment this to access meilisearch from outside docker
|
# 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
|
# - 7700:7700 # if exposing these ports, make sure your master key is not the default value
|
||||||
|
@ -63,7 +63,7 @@ services:
|
||||||
- MEILI_HOST=http://meilisearch:7700
|
- MEILI_HOST=http://meilisearch:7700
|
||||||
- MEILI_NO_ANALYTICS=true
|
- MEILI_NO_ANALYTICS=true
|
||||||
volumes:
|
volumes:
|
||||||
- ./meili_data_v1.7:/meili_data
|
- ./meili_data_v1.12:/meili_data
|
||||||
vectordb:
|
vectordb:
|
||||||
image: ankane/pgvector:latest
|
image: ankane/pgvector:latest
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -36,14 +36,15 @@ services:
|
||||||
command: mongod --noauth
|
command: mongod --noauth
|
||||||
meilisearch:
|
meilisearch:
|
||||||
container_name: chat-meilisearch
|
container_name: chat-meilisearch
|
||||||
image: getmeili/meilisearch:v1.7.3
|
image: getmeili/meilisearch:v1.12.3
|
||||||
restart: always
|
restart: always
|
||||||
user: "${UID}:${GID}"
|
user: "${UID}:${GID}"
|
||||||
environment:
|
environment:
|
||||||
- MEILI_HOST=http://meilisearch:7700
|
- MEILI_HOST=http://meilisearch:7700
|
||||||
- MEILI_NO_ANALYTICS=true
|
- MEILI_NO_ANALYTICS=true
|
||||||
|
- MEILI_MASTER_KEY=${MEILI_MASTER_KEY}
|
||||||
volumes:
|
volumes:
|
||||||
- ./meili_data_v1.7:/meili_data
|
- ./meili_data_v1.12:/meili_data
|
||||||
vectordb:
|
vectordb:
|
||||||
container_name: vectordb
|
container_name: vectordb
|
||||||
image: ankane/pgvector:latest
|
image: ankane/pgvector:latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue