{
  "manifest_version": "1.0.0",
  "template": {
    "id": "599ef2e7-f8aa-4ff5-bf8e-be30030ab64b",
    "slug": "meilisearch-1",
    "name": "Meilisearch - Latest | Algolia Alternative | Search Engine",
    "description": "Meilisearch is a flexible and powerful user-focused search engine.",
    "url": "https://railway.com/deploy/meilisearch-1",
    "upstream": {
      "repo_url": "https://github.com/vipulasri/meilisearch-railway"
    }
  },
  "services": [
    {
      "name": "Meilisearch",
      "source": {
        "repo": "https://github.com/vipulasri/meilisearch-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/meili_data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Meilisearch",
      "description": "The Railway port to expose Meilisearch instance on. Defaults to 3331. If you modify this, be sure to modify MEILI_HTTP_ADDR as well.",
      "secret": false,
      "strategy": "default",
      "default": "3331"
    },
    {
      "key": "MEILI_ENV",
      "service": "Meilisearch",
      "description": "Environment. Defaults to production. Refer to Meilisearch Docs -> Configure -> Environment for more info.",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "MEILI_DB_PATH",
      "service": "Meilisearch",
      "description": "Path to Meilisearch's on-disk database. Defaults to /meili_data/data.ms. Refer to Meilisearch Docs -> Configure -> Database path for more info.",
      "secret": false,
      "strategy": "default",
      "default": "/meili_data/data.ms"
    },
    {
      "key": "MEILI_HTTP_ADDR",
      "service": "Meilisearch",
      "description": "Address and port for Meilisearch to bind to. Defaults to 0.0.0.0:3331. Refer to Meilisearch Docs -> Configure -> HTTP address & port binding for more info.",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0:3331"
    },
    {
      "key": "MEILI_MASTER_KEY",
      "service": "Meilisearch",
      "description": "Master key that you will use to access the instance. Defaults to a randomly-generated strong secret. Keep this secure! Refer to Meilisearch Docs -> Security -> Master API Key for more info.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "MEILI_NO_ANALYTICS",
      "service": "Meilisearch",
      "description": "Activate/Deactivate Meilisearch Telemetry. Defaults to true,  Refer to Meilisearch Docs -> Telemetry for more info.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "MEILISEARCH_VERSION",
      "service": "Meilisearch",
      "description": "The version of Meilisearch to use (e.g. v1.31.0). Available versions: https://github.com/meilisearch/meilisearch/releases",
      "secret": false,
      "strategy": "default",
      "default": "latest"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "meilisearch-1"
      }
    },
    "cli": "railway deploy --template meilisearch-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "599ef2e7-f8aa-4ff5-bf8e-be30030ab64b",
            "serializedConfig": {
              "services": {
                "cc9ecd43-65b1-41ea-b2ec-9d598686a030": {
                  "icon": "https://mintlify.s3-us-west-1.amazonaws.com/meilisearch-6b28dec2/_generated/favicon/apple-touch-icon.png",
                  "name": "Meilisearch",
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "vipulasri/meilisearch-railway",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "description": "The Railway port to expose Meilisearch instance on. Defaults to 3331. If you modify this, be sure to modify MEILI_HTTP_ADDR as well.",
                      "defaultValue": "3331"
                    },
                    "MEILI_ENV": {
                      "description": "Environment. Defaults to production. Refer to Meilisearch Docs -> Configure -> Environment for more info.",
                      "defaultValue": "production"
                    },
                    "MEILI_DB_PATH": {
                      "description": "Path to Meilisearch's on-disk database. Defaults to /meili_data/data.ms. Refer to Meilisearch Docs -> Configure -> Database path for more info.",
                      "defaultValue": "/meili_data/data.ms"
                    },
                    "MEILI_HTTP_ADDR": {
                      "description": "Address and port for Meilisearch to bind to. Defaults to 0.0.0.0:3331. Refer to Meilisearch Docs -> Configure -> HTTP address & port binding for more info.",
                      "defaultValue": "0.0.0.0:3331"
                    },
                    "MEILI_MASTER_KEY": {
                      "description": "Master key that you will use to access the instance. Defaults to a randomly-generated strong secret. Keep this secure! Refer to Meilisearch Docs -> Security -> Master API Key for more info.",
                      "defaultValue": "{{MEILI_MASTER_KEY}}"
                    },
                    "MEILI_NO_ANALYTICS": {
                      "description": "Activate/Deactivate Meilisearch Telemetry. Defaults to true,  Refer to Meilisearch Docs -> Telemetry for more info.",
                      "defaultValue": "true"
                    },
                    "MEILISEARCH_VERSION": {
                      "description": "The version of Meilisearch to use (e.g. v1.31.0). Available versions: https://github.com/meilisearch/meilisearch/releases",
                      "defaultValue": "latest"
                    }
                  },
                  "networking": {},
                  "volumeMounts": {
                    "cc9ecd43-65b1-41ea-b2ec-9d598686a030": {
                      "mountPath": "/meili_data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T06:34:52.889Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_f399c67b948f44d2b24c",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 81,
    "typical_build_seconds": 20,
    "typical_start_seconds": 5,
    "slowest_service": "Meilisearch"
  }
}
