{
  "manifest_version": "1.0.0",
  "template": {
    "id": "888ccd0e-2abd-4783-bdd4-48d6b606d375",
    "slug": "memos-4",
    "name": "memos",
    "description": "Lightweight, open-source, self-hosted memo hub. Your notes, your server",
    "url": "https://railway.com/deploy/memos-4",
    "upstream": {
      "image": "ghcr.io/usememos/memos:latest"
    }
  },
  "services": [
    {
      "name": "memos",
      "source": {
        "image": "ghcr.io/usememos/memos:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/opt/memos",
      "tcp_ports": [
        5230
      ],
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "memos-4"
      }
    },
    "cli": "railway deploy --template memos-4",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "888ccd0e-2abd-4783-bdd4-48d6b606d375",
            "serializedConfig": {
              "services": {
                "2a0c8b11-2126-45f7-9f8f-746af6ff31f9": {
                  "icon": "https://raw.githubusercontent.com/usememos/.github/refs/heads/main/assets/logo-rounded.png",
                  "name": "memos",
                  "source": {
                    "image": "ghcr.io/usememos/memos:latest"
                  },
                  "networking": {
                    "tcpProxies": {
                      "5230": {}
                    }
                  },
                  "volumeMounts": {
                    "2a0c8b11-2126-45f7-9f8f-746af6ff31f9": {
                      "mountPath": "/var/opt/memos"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T08:13:38.255Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_5f5110fe6f0649fb890e",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 23,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "memos"
  }
}
