fix: pin meilisearch to v1.40.0
Some checks failed
Release / Test backend (push) Successful in 56s
Release / Check ui (push) Successful in 2m10s
Release / Docker (push) Failing after 1m36s
Release / Deploy to prod (push) Has been skipped
Release / Gitea Release (push) Has been skipped

v1.42.1 (pulled by latest) is incompatible with existing data (db version
1.40.0). Pinning to v1.40.0 until a deliberate migration is planned.
Upgrade path: https://www.meilisearch.com/docs/learn/update_and_migration/updating

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Admin
2026-04-15 19:24:57 +05:00
parent 74e7c8e8d1
commit 8922111471

View File

@@ -96,7 +96,7 @@ services:
# ─── Meilisearch (full-text search) ────────────────────────────────────────── # ─── Meilisearch (full-text search) ──────────────────────────────────────────
meilisearch: meilisearch:
image: getmeili/meilisearch:latest image: getmeili/meilisearch:v1.40.0
restart: unless-stopped restart: unless-stopped
environment: environment:
MEILI_MASTER_KEY: "${MEILI_MASTER_KEY}" MEILI_MASTER_KEY: "${MEILI_MASTER_KEY}"