{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6e3d2e2f-3776-4a40-bdbc-7381ba1d210b",
    "slug": "SMKOEA",
    "name": "MinIO",
    "description": "Open source object storage with an S3 compatible API",
    "url": "https://railway.com/deploy/SMKOEA",
    "upstream": {
      "repo_url": "https://github.com/railwayapp-templates/minio"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Bucket",
      "source": {
        "repo": "https://github.com/railwayapp-templates/minio"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    },
    {
      "name": "Console",
      "source": {
        "repo": "https://github.com/railwayapp-templates/minio-console"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Bucket",
      "description": "The port the Bucket runs on internally",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MINIO_ROOT_USER",
      "service": "Bucket",
      "description": "Root MinIO user",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "MINIO_PUBLIC_HOST",
      "service": "Bucket",
      "description": "Public Bucket host",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "MINIO_PUBLIC_PORT",
      "service": "Bucket",
      "description": "Public Bucket port",
      "secret": false,
      "strategy": "default",
      "default": "443"
    },
    {
      "key": "MINIO_PRIVATE_HOST",
      "service": "Bucket",
      "description": "Private Bucket host",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "MINIO_PRIVATE_PORT",
      "service": "Bucket",
      "description": "Private Bucket port",
      "secret": false,
      "strategy": "default",
      "default": "9000"
    },
    {
      "key": "MINIO_ROOT_PASSWORD",
      "service": "Bucket",
      "description": "Root MinIO password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "MINIO_PUBLIC_ENDPOINT",
      "service": "Bucket",
      "description": "Public Bucket endpoint",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MINIO_PRIVATE_ENDPOINT",
      "service": "Bucket",
      "description": "Private Bucket endpoint",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MINIO_BROWSER_REDIRECT_URL",
      "service": "Bucket",
      "description": "Ensure the browser receives a valid reachable URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "PORT",
      "service": "Console",
      "description": "The port the Console runs on internally",
      "secret": false,
      "strategy": "default",
      "default": "9090"
    },
    {
      "key": "PASSWORD",
      "service": "Console",
      "description": "The password to login to the Console",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "USERNAME",
      "service": "Console",
      "description": "The username to login to the Console",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "CONSOLE_MINIO_SERVER",
      "service": "Console",
      "description": "The domain of the Minio server",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "SMKOEA"
      }
    },
    "cli": "railway deploy --template SMKOEA",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6e3d2e2f-3776-4a40-bdbc-7381ba1d210b",
            "serializedConfig": {
              "services": {
                "6e9274b9-b34a-4f17-a49f-a9165af54fcf": {
                  "icon": "https://res.cloudinary.com/h5kvzw/image/upload/v1706062979/MINIO_Bird_vbtpet.png",
                  "name": "Bucket",
                  "build": {},
                  "deploy": {
                    "startCommand": "/bin/sh -c \"exec minio server --address [::]:$MINIO_PRIVATE_PORT $RAILWAY_VOLUME_MOUNT_PATH\"",
                    "healthcheckPath": "/minio/health/ready"
                  },
                  "source": {
                    "repo": "railwayapp-templates/minio",
                    "branch": null,
                    "rootDirectory": ""
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "The port the Bucket runs on internally",
                      "defaultValue": "${{MINIO_PRIVATE_PORT}}"
                    },
                    "MINIO_ROOT_USER": {
                      "isOptional": false,
                      "description": "Root MinIO user",
                      "defaultValue": "{{MINIO_ROOT_USER}}"
                    },
                    "MINIO_PUBLIC_HOST": {
                      "isOptional": false,
                      "description": "Public Bucket host",
                      "defaultValue": "${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "MINIO_PUBLIC_PORT": {
                      "isOptional": false,
                      "description": "Public Bucket port",
                      "defaultValue": "443"
                    },
                    "MINIO_PRIVATE_HOST": {
                      "isOptional": false,
                      "description": "Private Bucket host",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "MINIO_PRIVATE_PORT": {
                      "isOptional": false,
                      "description": "Private Bucket port",
                      "defaultValue": "9000"
                    },
                    "MINIO_ROOT_PASSWORD": {
                      "isOptional": false,
                      "description": "Root MinIO password",
                      "defaultValue": "{{MINIO_ROOT_PASSWORD}}"
                    },
                    "MINIO_PUBLIC_ENDPOINT": {
                      "isOptional": false,
                      "description": "Public Bucket endpoint",
                      "defaultValue": "https://${{MINIO_PUBLIC_HOST}}:${{MINIO_PUBLIC_PORT}}"
                    },
                    "MINIO_PRIVATE_ENDPOINT": {
                      "isOptional": false,
                      "description": "Private Bucket endpoint",
                      "defaultValue": "http://${{MINIO_PRIVATE_HOST}}:${{MINIO_PRIVATE_PORT}}"
                    },
                    "MINIO_BROWSER_REDIRECT_URL": {
                      "isOptional": false,
                      "description": "Ensure the browser receives a valid reachable URL",
                      "defaultValue": "https://${{Console.RAILWAY_PUBLIC_DOMAIN}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "6e9274b9-b34a-4f17-a49f-a9165af54fcf": {
                      "mountPath": "/data"
                    }
                  }
                },
                "c908e93b-2868-4b08-8843-b41e9d465af0": {
                  "icon": "https://res.cloudinary.com/h5kvzw/image/upload/v1706062979/MINIO_Bird_vbtpet.png",
                  "name": "Console",
                  "build": {},
                  "deploy": {
                    "startCommand": "/bin/sh -c \"exec console server --host 0.0.0.0 --port $PORT\"",
                    "healthcheckPath": "/login"
                  },
                  "source": {
                    "repo": "railwayapp-templates/minio-console",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "The port the Console runs on internally",
                      "defaultValue": "9090"
                    },
                    "PASSWORD": {
                      "isOptional": false,
                      "description": "The password to login to the Console",
                      "defaultValue": "${{Bucket.MINIO_ROOT_PASSWORD}}"
                    },
                    "USERNAME": {
                      "isOptional": false,
                      "description": "The username to login to the Console",
                      "defaultValue": "${{Bucket.MINIO_ROOT_USER}}"
                    },
                    "CONSOLE_MINIO_SERVER": {
                      "isOptional": false,
                      "description": "The domain of the Minio server",
                      "defaultValue": "${{Bucket.MINIO_PRIVATE_ENDPOINT}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Bucket",
      "method": "GET",
      "path": "/minio/health/ready",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 2,
    "needs_volume": true
  },
  "generated_at": "2026-09-06T11:54:17.289Z",
  "generator_version": "0.1.0"
}
