🔎 update: meilisearch (#1269)

This commit is contained in:
Fuegovic 2023-12-05 08:38:41 -05:00 committed by GitHub
parent 270031c783
commit f6118879e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 4 deletions

View file

@ -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