{
  "manifest_version": "1.0.0",
  "template": {
    "id": "939ee534-ac71-4544-abb3-86d2416b074b",
    "slug": "minio-object-storage",
    "name": "MinIO | S3-Compatible Object Storage on Railway",
    "description": "Self Host MinIO. High performance obect storage, web UI, and full S3 API",
    "url": "https://railway.com/deploy/minio-object-storage",
    "upstream": {
      "image": "minio/minio:latest"
    }
  },
  "services": [
    {
      "name": "MinIO",
      "source": {
        "image": "minio/minio:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "MinIO",
      "description": "Railway domain routing port",
      "secret": false,
      "strategy": "default",
      "default": "9001"
    },
    {
      "key": "MINIO_ROOT_USER",
      "service": "MinIO",
      "description": "Admin console and API username",
      "secret": false,
      "strategy": "default",
      "default": "minioadmin"
    },
    {
      "key": "MINIO_ROOT_PASSWORD",
      "service": "MinIO",
      "description": "Admin console and API password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "MINIO_BROWSER_REDIRECT_URL",
      "service": "MinIO",
      "description": "Console redirect URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "minio-object-storage"
      }
    },
    "cli": "railway deploy --template minio-object-storage",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "939ee534-ac71-4544-abb3-86d2416b074b",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "a21dc98a-6fe9-44a7-b721-218d2e4ba3bb": {
                  "icon": "https://dl.min.io/logo/Minio_logo_light/Minio_logo_light.svg",
                  "name": "MinIO",
                  "deploy": {
                    "startCommand": "minio server /data --console-address :9001",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "minio/minio:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Railway domain routing port",
                      "defaultValue": "9001"
                    },
                    "MINIO_ROOT_USER": {
                      "isOptional": false,
                      "description": "Admin console and API username",
                      "defaultValue": "minioadmin"
                    },
                    "MINIO_ROOT_PASSWORD": {
                      "isOptional": false,
                      "description": "Admin console and API password",
                      "defaultValue": "{{MINIO_ROOT_PASSWORD}}"
                    },
                    "MINIO_BROWSER_REDIRECT_URL": {
                      "isOptional": false,
                      "description": "Console redirect URL",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "a21dc98a-6fe9-44a7-b721-218d2e4ba3bb": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-20T14:21:00.904Z",
  "success_rate_30d": 0.3333,
  "validation": {
    "last_run_id": "run_0da938332ab549ea9ff7",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ],
    "typical_ready_seconds": 82,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "MinIO"
  }
}
