{
  "manifest_version": "1.0.0",
  "template": {
    "id": "ccaf8cb8-a483-4c5e-9d2b-a48fef51b58c",
    "slug": "andromeda-cellar",
    "name": "Andromeda - Cellar",
    "description": "A minimal wine tasting log",
    "url": "https://railway.com/deploy/andromeda-cellar",
    "upstream": {
      "image": "ghcr.io/stevedylandev/andromeda/cellar"
    }
  },
  "services": [
    {
      "name": "cellar",
      "source": {
        "image": "ghcr.io/stevedylandev/andromeda/cellar"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "COOKIE_SECURE",
      "service": "cellar",
      "description": "Enable HTTPS-only cookies",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "CELLAR_PASSWORD",
      "service": "cellar",
      "description": "Admin password to create, edit, and delete wine records",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "andromeda-cellar"
      }
    },
    "cli": "railway deploy --template andromeda-cellar",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "ccaf8cb8-a483-4c5e-9d2b-a48fef51b58c",
            "serializedConfig": {
              "services": {
                "d6140053-f5c4-4c2e-b3d2-db3f852e71ba": {
                  "icon": "https://assets.andromeda.build/cellar-icon.png",
                  "name": "cellar",
                  "source": {
                    "image": "ghcr.io/stevedylandev/andromeda/cellar"
                  },
                  "variables": {
                    "SITE_URL": {
                      "isOptional": true,
                      "description": "Optional Site URL for RSS feed",
                      "defaultValue": ""
                    },
                    "COOKIE_SECURE": {
                      "isOptional": true,
                      "description": "Enable HTTPS-only cookies",
                      "defaultValue": "true"
                    },
                    "CELLAR_PASSWORD": {
                      "description": "Admin password to create, edit, and delete wine records",
                      "defaultValue": "{{CELLAR_PASSWORD}}"
                    },
                    "ANTHROPIC_API_KEY": {
                      "isOptional": true,
                      "description": "Optional Anthropic API key for image analysis",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "d6140053-f5c4-4c2e-b3d2-db3f852e71ba": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T15:17:26.296Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_471c2b1f0ec841a3876b",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 75,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "cellar"
  }
}
