{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b64ffb24-70db-4c67-952b-e1a2a6989958",
    "slug": "anchor",
    "name": "Anchor",
    "description": "Offline first, self hostable note taking application",
    "url": "https://railway.com/deploy/anchor",
    "upstream": {
      "image": "ghcr.io/zhfahim/anchor:latest"
    }
  },
  "services": [
    {
      "name": "zhfahim/anchor:latest",
      "source": {
        "image": "ghcr.io/zhfahim/anchor:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "tcp_ports": [
        3000
      ],
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "anchor"
      }
    },
    "cli": "railway deploy --template anchor",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b64ffb24-70db-4c67-952b-e1a2a6989958",
            "serializedConfig": {
              "services": {
                "c5a20d4d-3442-4b5b-a5b2-03eb68e084ce": {
                  "icon": "https://raw.githubusercontent.com/zhfahim/anchor/main/web/public/icons/anchor_icon.png",
                  "name": "zhfahim/anchor:latest",
                  "deploy": {
                    "restartPolicyType": "ON_FAILURE"
                  },
                  "source": {
                    "image": "ghcr.io/zhfahim/anchor:latest"
                  },
                  "networking": {
                    "tcpProxies": {
                      "3000": {}
                    }
                  },
                  "volumeMounts": {
                    "c5a20d4d-3442-4b5b-a5b2-03eb68e084ce": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T10:14:45.332Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T09:37:58.766Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_51c863a18a484e07b1d5",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 27,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "zhfahim/anchor:latest"
  }
}
