{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b9e02ef2-00e1-43eb-a3f2-98d5e4e7e4e7",
    "slug": "memos-2",
    "name": "memos",
    "description": "note-taking tool built for quick capture, lightweight, and fully yours.",
    "url": "https://railway.com/deploy/memos-2",
    "upstream": {
      "image": "neosmemo/memos:0.26.2"
    }
  },
  "services": [
    {
      "name": "memos",
      "source": {
        "image": "neosmemo/memos:0.26.2"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/opt/memos",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "memos",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "5230"
    },
    {
      "key": "MEMOS_PORT",
      "service": "memos",
      "description": "Provide a value for MEMOS_PORT.",
      "secret": false,
      "strategy": "default",
      "default": "5230"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "memos-2"
      }
    },
    "cli": "railway deploy --template memos-2",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b9e02ef2-00e1-43eb-a3f2-98d5e4e7e4e7",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "87f4f0f0-9a57-48d7-8adf-ed9999efc77b": {
                  "icon": null,
                  "name": "memos",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "neosmemo/memos:0.26.2"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "5230"
                    },
                    "MEMOS_PORT": {
                      "isOptional": false,
                      "defaultValue": "5230"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "87f4f0f0-9a57-48d7-8adf-ed9999efc77b": {
                      "mountPath": "/var/opt/memos"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "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-09T10:35:20.751Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_5d49b0020a774a508ea5",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 96,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "memos"
  }
}
