{
  "manifest_version": "1.0.0",
  "template": {
    "id": "cf0d0164-3b2f-4a03-abf6-1dcfa4829fdd",
    "slug": "memos-1",
    "name": "Memos",
    "description": "Privacy-first, lightweight note-taking.",
    "url": "https://railway.com/deploy/memos-1",
    "upstream": {
      "image": "neosmemo/memos:0.30.0@sha256:71a5b4738d1bed96e92112004054f0888e92791b64eb78afd79077c96e6f9327"
    }
  },
  "services": [
    {
      "name": "Memos",
      "source": {
        "image": "neosmemo/memos:0.30.0@sha256:71a5b4738d1bed96e92112004054f0888e92791b64eb78afd79077c96e6f9327"
      },
      "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_MODE",
      "service": "Memos",
      "description": "Provide a value for MEMOS_MODE.",
      "secret": false,
      "strategy": "default",
      "default": "prod"
    },
    {
      "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-1"
      }
    },
    "cli": "railway deploy --template memos-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "cf0d0164-3b2f-4a03-abf6-1dcfa4829fdd",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "78196b52-6714-452f-8e3f-e1cb55b7121b": {
                  "icon": null,
                  "name": "Memos",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "neosmemo/memos:0.30.0@sha256:71a5b4738d1bed96e92112004054f0888e92791b64eb78afd79077c96e6f9327"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "5230"
                    },
                    "MEMOS_MODE": {
                      "isOptional": false,
                      "defaultValue": "prod"
                    },
                    "MEMOS_PORT": {
                      "isOptional": false,
                      "defaultValue": "5230"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "78196b52-6714-452f-8e3f-e1cb55b7121b": {
                      "mountPath": "/var/opt/memos"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Memos",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-07T00:01:14.913Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_556ac55fbad04a69844e",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 122,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Memos"
  }
}
