Templates
Self-host Meilisearch with Unbind
Deploy Meilisearch on your own servers with Unbind. A fast, typo-tolerant search engine with a simple API.
Meilisearch is a fast, typo-tolerant search engine with a simple HTTP API.
Deploy it from the template list. It takes a minute or two.
What gets deployed
| Service | Runs |
|---|---|
| Meilisearch | getmeili/meilisearch:v1.53.1 |
Plan for at least 0.5 CPU cores and 0.5 GB of memory.
Indexes are kept on a volume mounted at /meili_data.
What you fill in
| Input | Description | Default |
|---|---|---|
| Domain | The domain for the Meilisearch API. | |
| Storage Size | Size of the storage for the Meilisearch data. | 1 GB |
After it deploys
Open the Meilisearch service and copy the value of MEILI_MASTER_KEY from its variables. Check that it works:
curl https://your-domain/keys -H "Authorization: Bearer your-master-key"The response lists the default search and admin API keys.
Good to know
- Do not ship the master key: use it only to manage keys. Give your backend the admin key and your frontend the search key.
- Connect another service: reference
MEILI_MASTER_KEYand the Meilisearch address from the service that needs them, instead of copying the values.