{
  "manifest_version": "1.0.0",
  "template": {
    "id": "47c1f382-4b03-4c9d-abfa-cb85372740fa",
    "slug": "ciso-assistant-v3210-or-grc-you-can-actu",
    "name": "CISO Assistant | (Just Updated) GRC You Can Actually Log Into",
    "description": "GRC platform you can actually log into: two services, admin seeded",
    "url": "https://railway.com/deploy/ciso-assistant-v3210-or-grc-you-can-actu",
    "upstream": {
      "image": "ghcr.io/bon5co/ciso-assistant-railway-frontend:3.21.0"
    }
  },
  "services": [
    {
      "name": "backend",
      "source": {
        "image": "ghcr.io/bon5co/ciso-assistant-railway-backend:3.21.0"
      },
      "needs_volume": true,
      "volume_mount_path": "/code/db",
      "http": false
    },
    {
      "name": "web",
      "source": {
        "image": "ghcr.io/bon5co/ciso-assistant-railway-frontend:3.21.0"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ALLOWED_HOSTS",
      "service": "backend",
      "description": "Provide a value for ALLOWED_HOSTS.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "DJANGO_SECRET_KEY",
      "service": "backend",
      "description": "Provide a value for DJANGO_SECRET_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "CISO_ASSISTANT_URL",
      "service": "backend",
      "description": "Provide a value for CISO_ASSISTANT_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "DJANGO_SUPERUSER_PASSWORD",
      "service": "backend",
      "description": "Provide a value for DJANGO_SUPERUSER_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "PUBLIC_BACKEND_API_EXPOSED_URL",
      "service": "web",
      "description": "Provide a value for PUBLIC_BACKEND_API_EXPOSED_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "ciso-assistant-v3210-or-grc-you-can-actu"
      }
    },
    "cli": "railway deploy --template ciso-assistant-v3210-or-grc-you-can-actu",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "47c1f382-4b03-4c9d-abfa-cb85372740fa",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "6361c5dd-04ae-43ca-9a03-60d1fd0eaa5f": {
                  "icon": null,
                  "name": "backend",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/ciso-assistant-railway-backend:3.21.0"
                  },
                  "variables": {
                    "ALLOWED_HOSTS": {
                      "isOptional": false,
                      "defaultValue": "${{web.RAILWAY_PUBLIC_DOMAIN}},${{RAILWAY_PRIVATE_DOMAIN}},localhost"
                    },
                    "DJANGO_SECRET_KEY": {
                      "isOptional": false,
                      "defaultValue": "{{DJANGO_SECRET_KEY}}"
                    },
                    "CISO_ASSISTANT_URL": {
                      "isOptional": false,
                      "defaultValue": "https://${{web.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "DJANGO_SUPERUSER_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{DJANGO_SUPERUSER_PASSWORD}}"
                    }
                  },
                  "volumeMounts": {
                    "6361c5dd-04ae-43ca-9a03-60d1fd0eaa5f": {
                      "mountPath": "/code/db"
                    }
                  }
                },
                "79f59b9c-6919-45fe-a05e-1e4801cce9a6": {
                  "icon": null,
                  "name": "web",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/ciso-assistant-railway-frontend:3.21.0"
                  },
                  "variables": {
                    "PUBLIC_BACKEND_API_EXPOSED_URL": {
                      "isOptional": false,
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}/api"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 2,
    "needs_volume": true
  },
  "generated_at": "2026-09-19T04:14:37.968Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-17T10:13:51.038Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_01f4dfcc874b426ab1cb",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 101,
    "typical_build_seconds": 0,
    "typical_start_seconds": 20,
    "slowest_service": "backend"
  }
}
