ddev / ddev-contrib

MOSTLY OBSOLETE, replaced by DDEV Add-ons. Was older contrib space for DDEV services, tools, snippets, and approaches.
Apache License 2.0
162 stars 160 forks source link

Bump meilisearch to 0.27.2, adds arm64 support #213

Closed drifteaur closed 2 years ago

drifteaur commented 2 years ago

The New Solution/Problem/Issue/Bug:

The previous meilisearch image did not support arm64/Apple Silicon

How this PR Solves The Problem:

The image is upgraded to version 0.27.2 (there's arm64 support since version 0.25). The documentation is updated accordingly.

Manual Testing Instructions:

Use the provided docker-compose.meilisearch.yaml file. After starting, the service should be available at: http://ddev-<projectname>-meilisearch:7700

Related Issue Link(s):

186