Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 700 Bytes

File metadata and controls

23 lines (14 loc) · 700 Bytes

Meilisearch

We use the official Meilisearch Docker image.

Installation

Meilisearch is an optional service and is not installed or enabled by default. To enable it, add the meilisearch.yml file to your COMPOSE_FILE list in the .env file. For example, on Unix systems:

COMPOSE_FILE=docker-compose.yml:opt/meilisearch.yml

After updating the .env file, run docker compose up -d --remove-orphans to start the service.

Connecting

Parameter Value
Host meilisearch (from a container)
localhost (from your computer)
Port 7700
Password meilisearch_admin_key