🔎 update meilisearch to v1.6 / 0.37.0 (#1981)

* 🔎 update meilisearch to v1.6 / 0.37.0

* 🔎 update meilisearch to v1.6 / 0.37.0
This commit is contained in:
Fuegovic 2024-03-05 14:36:01 -05:00 committed by GitHub
parent 7a6a41a72e
commit a33db54b81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 15 additions and 8 deletions

View file

@ -33,11 +33,11 @@ services:
command: mongod --noauth
meilisearch:
container_name: chat-meilisearch
image: getmeili/meilisearch:v1.5
image: getmeili/meilisearch:v1.6
restart: always
user: "${UID}:${GID}"
environment:
- MEILI_HOST=http://meilisearch:7700
- MEILI_NO_ANALYTICS=true
volumes:
- ./meili_data_v1.5:/meili_data
- ./meili_data_v1.6:/meili_data