{
  "manifest_version": "1.0.0",
  "template": {
    "id": "e796ca67-90b8-4755-8561-9255f99c29a5",
    "slug": "lzxm7S",
    "name": "Rqlite",
    "description": "Lightweight, easy-to-use, distributed relational database built on SQLite",
    "url": "https://railway.com/deploy/lzxm7S",
    "upstream": {
      "image": "rqlite/rqlite"
    }
  },
  "services": [
    {
      "name": "rqlite/rqlite",
      "source": {
        "image": "rqlite/rqlite"
      },
      "needs_volume": true,
      "volume_mount_path": "/rqlite/file/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "rqlite/rqlite",
      "description": "Port to listen on",
      "secret": false,
      "strategy": "default",
      "default": "4001"
    },
    {
      "key": "DATA_DIR",
      "service": "rqlite/rqlite",
      "description": "Where the data should be placed",
      "secret": false,
      "strategy": "default",
      "default": "/rqlite/file/data"
    },
    {
      "key": "HTTP_ADDR",
      "service": "rqlite/rqlite",
      "description": "Listen Addr",
      "secret": false,
      "strategy": "default",
      "default": ":4001"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "lzxm7S"
      }
    },
    "cli": "railway deploy --template lzxm7S",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "e796ca67-90b8-4755-8561-9255f99c29a5",
            "serializedConfig": {
              "services": {
                "684af071-69b2-4e7e-9f61-dd1d9f1d5428": {
                  "icon": "https://i.ibb.co/pjXHf1C/download.png",
                  "name": "rqlite/rqlite",
                  "source": {
                    "image": "rqlite/rqlite"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Port to listen on",
                      "defaultValue": "4001"
                    },
                    "DATA_DIR": {
                      "isOptional": false,
                      "description": "Where the data should be placed",
                      "defaultValue": "/rqlite/file/data"
                    },
                    "HTTP_ADDR": {
                      "isOptional": false,
                      "description": "Listen Addr",
                      "defaultValue": ":4001"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "684af071-69b2-4e7e-9f61-dd1d9f1d5428": {
                      "mountPath": "/rqlite/file/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-21T11:57:03.739Z",
  "success_rate_30d": 0.8333,
  "validation": {
    "last_run_id": "run_3343199ba6854b608fe5",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 32,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "rqlite/rqlite"
  }
}
