mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-17 21:34:37 +02:00
🔍 chore: Update MeiliSearch version (#11873)
- Bumped MeiliSearch image version from v1.12.3 to v1.35.1 in both deploy-compose.yml and docker-compose.yml - Updated volume paths to reflect the new version for data storage consistency.
This commit is contained in:
parent
c3da148fa0
commit
a103ce72b4
2 changed files with 4 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.12.3
|
image: getmeili/meilisearch:v1.35.1
|
||||||
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.12:/meili_data
|
- ./meili_data_v1.35.1:/meili_data
|
||||||
vectordb:
|
vectordb:
|
||||||
image: pgvector/pgvector:0.8.0-pg15-trixie
|
image: pgvector/pgvector:0.8.0-pg15-trixie
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ services:
|
||||||
command: mongod --noauth
|
command: mongod --noauth
|
||||||
meilisearch:
|
meilisearch:
|
||||||
container_name: chat-meilisearch
|
container_name: chat-meilisearch
|
||||||
image: getmeili/meilisearch:v1.12.3
|
image: getmeili/meilisearch:v1.35.1
|
||||||
restart: always
|
restart: always
|
||||||
user: "${UID}:${GID}"
|
user: "${UID}:${GID}"
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -45,7 +45,7 @@ services:
|
||||||
- MEILI_NO_ANALYTICS=true
|
- MEILI_NO_ANALYTICS=true
|
||||||
- MEILI_MASTER_KEY=${MEILI_MASTER_KEY}
|
- MEILI_MASTER_KEY=${MEILI_MASTER_KEY}
|
||||||
volumes:
|
volumes:
|
||||||
- ./meili_data_v1.12:/meili_data
|
- ./meili_data_v1.35.1:/meili_data
|
||||||
vectordb:
|
vectordb:
|
||||||
container_name: vectordb
|
container_name: vectordb
|
||||||
image: pgvector/pgvector:0.8.0-pg15-trixie
|
image: pgvector/pgvector:0.8.0-pg15-trixie
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue