Meilisearch | Meilisearch Cloud | Documentation | Discord | Roadmap | Website | FAQ
☁ Meilisearch tools for the Cloud ☁
⚠️ We are no longer maintaining or publishing the official Meilisearch one-click deploy images on AWS Marketplace and DigitalOcean Marketplace.If you are currently using these images, to keep receiving the latest features and updates:
- You can either deploy Meilisearch yourself (Docker, binary, or Helm chart)
- Or use Meilisearch Cloud, which offers flexible pricing (resource-based or usage-based). With Meilisearch Cloud, deployment and scaling are fully managed, and updates are applied automatically — making it the easiest way to always stay up to date.
➡️ For larger companies or teams with specific needs (including migration support), you can book a meeting with our sales team at sales@meilisearch.com.
💡 If you are running Meilisearch on your own infrastructure but need support for specific features, we also offer commercial licenses. Contact us to learn more at sales@meilisearch.com.
📩 If you wish to maintain an official image of Meilisearch on AWS or DigitalOcean, please reach out at bonjour@meilisearch.com — we’ll be happy to accommodate. This repository is now archived and will no longer receive updates.
Meilisearch Cloud Providers is a set of tools and scripts allowing to build Meilisearch images for multiple platforms made with Packer.
Meilisearch is an open-source search engine. Discover what Meilisearch is!
- 🎁 Content of this repository
- ⚡ Supercharge your Meilisearch experience
- 📖 Providers available
- 📖 Documentation
- 🔧 Prerequisites
- 🔑 Set your credentials
- 🚀 Getting Started
Say goodbye to server deployment and manual updates with Meilisearch Cloud. Get started with a 14-day free trial! No credit card required.
These Packer build configurations are used primarily by the Meilisearch integration team, aiming to provide our users simple ways to deploy and configure Meilisearch in the cloud by creating ready-made images of Meilisearch. As our heart resides in the open-source community, we maintain several of these tools as open-source repositories.
| Cloud Provider |
|---|
| AWS |
| DigitalOcean |
| GCP - |
See our Documentation or our API References.
You need the following to run the template:
- The Packer CLI v1.8.6+ installed locally
- Obtain your AWS access keys
- Obtain your DigitalOcean API Token
- Aws
export AWS_ACCESS_KEY_ID="YOUR_ACCESS_KEY"
export AWS_SECRET_ACCESS_KEY="YOUR_SECRET_KEY"- DigitalOcean
export DIGITALOCEAN_TOKEN="XxXxxxxXXxxXXxxXXxxxXXXxXxXxXX"Download and install packer plugins
packer init .⚠ Please note that this command will create all new Meilisearch images on all platforms of the specified version.
packer build meilisearch.pkr.hcl⚠ Please note that this command will create new Meilisearch image on the dedicated platforms of the specified version.
packer build -only 'amazon-ebs.*' .packer build -only 'digitalocean.*' .If you want to learn how to deploy a Meilisearch instance on DigitalOcean visit the dedicated page of our documentation: