{
  "manifest_version": "1.0.0",
  "template": {
    "id": "211776ca-3370-4b68-bc8d-460ec2b8f269",
    "slug": "sorry-cypress",
    "name": "sorry-cypress",
    "description": "Sorry Cypress — self-hosted Cypress dashboard alternative",
    "url": "https://railway.com/deploy/sorry-cypress",
    "upstream": {
      "image": "agoldis/sorry-cypress-dashboard:latest"
    }
  },
  "services": [
    {
      "name": "mongodb",
      "source": {
        "image": "mongo:4.4"
      },
      "needs_volume": true,
      "volume_mount_path": "/data/db",
      "http": false
    },
    {
      "name": "director",
      "source": {
        "image": "agoldis/sorry-cypress-director:latest"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "dashboard",
      "source": {
        "image": "agoldis/sorry-cypress-dashboard:latest"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "api",
      "source": {
        "image": "agoldis/sorry-cypress-api:latest"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "director",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "MONGODB_URI",
      "service": "director",
      "description": "Provide a value for MONGODB_URI.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "DASHBOARD_URL",
      "service": "director",
      "description": "Provide a value for DASHBOARD_URL.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "PORT",
      "service": "dashboard",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "GRAPHQL_SCHEMA_URL",
      "service": "dashboard",
      "description": "Provide a value for GRAPHQL_SCHEMA_URL.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "PORT",
      "service": "api",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "MONGODB_URI",
      "service": "api",
      "description": "Provide a value for MONGODB_URI.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "sorry-cypress"
      }
    },
    "cli": "railway deploy --template sorry-cypress",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "211776ca-3370-4b68-bc8d-460ec2b8f269",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "4322ae23-f718-4a86-b313-9283789e8957": {
                  "icon": null,
                  "name": "mongodb",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "mongo:4.4"
                  },
                  "variables": {},
                  "volumeMounts": {
                    "4322ae23-f718-4a86-b313-9283789e8957": {
                      "mountPath": "/data/db"
                    }
                  }
                },
                "7e610718-c975-42a4-844f-118767f5c957": {
                  "icon": null,
                  "name": "director",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "agoldis/sorry-cypress-director:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "{{PORT}}"
                    },
                    "MONGODB_URI": {
                      "isOptional": false,
                      "defaultValue": "{{MONGODB_URI}}"
                    },
                    "DASHBOARD_URL": {
                      "isOptional": false,
                      "defaultValue": "{{DASHBOARD_URL}}"
                    }
                  }
                },
                "8b7403d9-b1db-430f-a173-56632f8aaf4d": {
                  "icon": null,
                  "name": "dashboard",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "agoldis/sorry-cypress-dashboard:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "{{PORT}}"
                    },
                    "GRAPHQL_SCHEMA_URL": {
                      "isOptional": false,
                      "defaultValue": "{{GRAPHQL_SCHEMA_URL}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                },
                "eed1920f-995a-473d-8bfa-48ea18c6cefb": {
                  "icon": null,
                  "name": "api",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "agoldis/sorry-cypress-api:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "{{PORT}}"
                    },
                    "MONGODB_URI": {
                      "isOptional": false,
                      "defaultValue": "{{MONGODB_URI}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 4,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T22:14:43.398Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-11T01:07:39.855Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_4de0ed6b8c44473f82de",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 38,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "dashboard"
  }
}
