{
  "manifest_version": "1.0.0",
  "template": {
    "id": "757e1d0e-4214-45e2-b275-95cef6be5cd9",
    "slug": "gatus-1",
    "name": "Gatus",
    "description": "Lightweight uptime monitor with alerts, dashboard, and latency history",
    "url": "https://railway.com/deploy/gatus-1",
    "upstream": {
      "image": "twinproduction/gatus:latest"
    }
  },
  "services": [
    {
      "name": "gatus",
      "source": {
        "image": "twinproduction/gatus:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "gatus",
      "description": "Port Gatus listens on (default: 8080). Must match Railway's PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "CONFIG_PATH",
      "service": "gatus",
      "description": "Path to the Gatus config file (default: /data/config.yaml).",
      "secret": false,
      "strategy": "default",
      "default": "/data/config.yaml"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "gatus-1"
      }
    },
    "cli": "railway deploy --template gatus-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "757e1d0e-4214-45e2-b275-95cef6be5cd9",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "9442941f-0e3f-43cf-aa1d-fa3c76003c28": {
                  "icon": null,
                  "name": "gatus",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "twinproduction/gatus:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Port Gatus listens on (default: 8080). Must match Railway's PORT.",
                      "defaultValue": "8080"
                    },
                    "CONFIG_PATH": {
                      "description": "Path to the Gatus config file (default: /data/config.yaml).",
                      "defaultValue": "/data/config.yaml"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "9442941f-0e3f-43cf-aa1d-fa3c76003c28": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-23T22:14:45.316Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-22T21:43:10.084Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_7ca681ff2e4a420d9365",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 17,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "gatus"
  }
}
