https://github.com/zeropsio/recipe-meilisearch
https://github.com/zeropsio/recipe-meilisearch
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeropsio/recipe-meilisearch
- Owner: zeropsio
- License: mit
- Created: 2024-06-21T10:42:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T08:37:34.000Z (almost 2 years ago)
- Last Synced: 2026-04-01T13:40:48.154Z (3 months ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zerops x Meilisearch
Recipe for running Meilisearch in Zerops Linux container.

> [!WARNING]
> Use the import script as one-time action. Do not tigger new deploy pipelines once your Meilisearch is running. Containers are volatile and this would cause the data to be wiped. A native support for Meilisearch Zerops service with a persistent disk is coming.
## Import as service
```yaml
#yamlPreprocessor=on
services:
- hostname: meilisearch
type: go@1
enableSubdomainAccess: true
buildFromGit: https://github.com/zeropsio/recipe-meilisearch@main
envSecrets:
MEILI_MASTER_KEY: <@generateRandomString(<16>)>
```