JeremyRms / meilisearch-on-railway

Deploy a Meilisearch instance on https://railway.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meilisearch on Railway

One-click deploy for Meilisearch on Railway.

Deploy on Railway


⚠️ This template depends on Railway's Volumes feature. You must be a part of the Priority Boarding program to use it. Follow the instructions in the link to enroll in the program.


Template Configuration

Name Description
MEILI_MASTER_KEY Required. Master key of the Meilisearch instance. Keep this secure! Refer to Meilisearch Docs -> Security -> Master API Key.
MEILI_ENV Optional; defaults to development. Environment to run Meilisearch in (development or production). Refer to Meilisearch Docs -> Configure -> Environment.
MEILI_LOG_LEVEL Optional; defaults to INFO. Log level of the Meilisearch instance. Refer to Meilisearch Docs -> Configure -> Log Level.
MEILI_HTTP_ADDR Optional; defaults to 0.0.0.0:3331. HTTP address and port Meilisearch will use. Refer to Meilisearch Docs -> Configure -> HTTP address & port binding.
PORT Optional; defaults to 3331. Listening port of the Meilisearch instance.

For further configuration, please refer to https://www.meilisearch.com/docs.

License

MIT

About

Deploy a Meilisearch instance on https://railway.app

License:MIT License


Languages

Language:Dockerfile 100.0%