{
  "manifest_version": "1.0.0",
  "template": {
    "id": "64d6e448-628f-4c5c-a9b4-22516b5c9a19",
    "slug": "plane-with-rabbitmq",
    "name": "Plane with RabbitMQ",
    "description": "Plane v1.4 with PostgreSQL, Redis, RabbitMQ, and MinIO.",
    "url": "https://railway.com/deploy/plane-with-rabbitmq",
    "upstream": {
      "repo_url": "https://github.com/monotykamary/plane-caddy-proxy"
    }
  },
  "services": [
    {
      "name": "Space",
      "source": {
        "image": "makeplane/plane-space:v1.4.2@sha256:f8f842f05f41a16e9fe8c4f5e17a3bb175338ccdc094620e58ae49764ffbd671"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "API",
      "source": {
        "image": "makeplane/plane-backend:v1.4.2@sha256:90032ce088708889b60c00d491897916f4deb882facda27db59fd10fb68729ef"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "Migrator",
      "source": {
        "image": "makeplane/plane-backend:v1.4.2@sha256:90032ce088708889b60c00d491897916f4deb882facda27db59fd10fb68729ef"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "Admin",
      "source": {
        "image": "makeplane/plane-admin:v1.4.2@sha256:6e1bb1d800d3c7ce84a09f810d5588db8613b35d4464e722a1bec12556ca0ebb"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "Live",
      "source": {
        "image": "makeplane/plane-live:v1.4.2@sha256:cbb630ccaea24bb9998040cb45c11619a7501e8b6c75d449df2f8fd9b9cddbd0"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "RabbitMQ",
      "source": {
        "image": "rabbitmq:3.13.7-management-alpine@sha256:606d8c0d6b3c18d1da9afc53bc7cdb2a8d5486df91b5a9830e9e07626c9ae281"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/rabbitmq",
      "http": false
    },
    {
      "name": "Postgres",
      "source": {
        "image": "ghcr.io/railwayapp-templates/postgres-ssl:17@sha256:f79fd6806f02297f206ce01258f287e4f93faea2a6a2aaaffc24fe684417f0fb"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql/data",
      "http": false
    },
    {
      "name": "Web",
      "source": {
        "image": "makeplane/plane-frontend:v1.4.2@sha256:22fd2434fb8d6658439f669ab72f999ce0773abe587663da21a77d70bd63ff61"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "Plane",
      "source": {
        "repo": "https://github.com/monotykamary/plane-caddy-proxy"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "Bucket",
      "source": {
        "image": "quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z@sha256:14cea493d9a34af32f524e538b8346cf79f3321eff8e708c1e2960462bd8936e"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    },
    {
      "name": "Redis",
      "source": {
        "image": "redis:8.2.9@sha256:66b7f4c2f3c6ef1b298bbd7b13c806bc6f71e61f1136a4f58710daf2cb053b21"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    },
    {
      "name": "Worker",
      "source": {
        "image": "makeplane/plane-backend:v1.4.2@sha256:90032ce088708889b60c00d491897916f4deb882facda27db59fd10fb68729ef"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "Beat Worker",
      "source": {
        "image": "makeplane/plane-backend:v1.4.2@sha256:90032ce088708889b60c00d491897916f4deb882facda27db59fd10fb68729ef"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Space",
      "description": "Port the Spaces service listens on; exposed only internally.",
      "secret": false,
      "strategy": "default",
      "default": "3001"
    },
    {
      "key": "WEB_URL",
      "service": "Space",
      "description": "Public Plane base URL used for generating absolute links.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "HOSTNAME",
      "service": "Space",
      "description": "IPv6 bind address; allows listening on all interfaces.",
      "secret": false,
      "strategy": "default",
      "default": "::"
    },
    {
      "key": "SECRET_KEY",
      "service": "Space",
      "description": "Shared secret for cryptographic signing across services.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PORT",
      "service": "API",
      "description": "Port to listen and export to.",
      "secret": false,
      "strategy": "default",
      "default": "8000"
    },
    {
      "key": "DEBUG",
      "service": "API",
      "description": "Disable Django debug mode.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "WEB_URL",
      "service": "API",
      "description": "Public Plane origin.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "AMQP_URL",
      "service": "API",
      "description": "Private RabbitMQ connection.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDIS_URL",
      "service": "API",
      "description": "Private Redis connection.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "USE_MINIO",
      "service": "API",
      "description": "Use the bundled private MinIO service.",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "APP_DOMAIN",
      "service": "API",
      "description": "Public Plane hostname.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "MACHINE_ID",
      "service": "API",
      "description": "Unique machine ID.",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "REDIS_HOST",
      "service": "API",
      "description": "Private Redis host.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDIS_PORT",
      "service": "API",
      "description": "Private Redis port.",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "SECRET_KEY",
      "service": "API",
      "description": "Generated Django signing key.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "BUCKET_NAME",
      "service": "API",
      "description": "Attachment bucket name used by the proxy.",
      "secret": false,
      "strategy": "default",
      "default": "uploads"
    },
    {
      "key": "APP_BASE_URL",
      "service": "API",
      "description": "Public Plane application origin.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "DATABASE_URL",
      "service": "API",
      "description": "Private PostgreSQL connection.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SITE_ADDRESS",
      "service": "API",
      "description": "Proxy site address metadata.",
      "secret": false,
      "strategy": "default",
      "default": ":80"
    },
    {
      "key": "LIVE_BASE_URL",
      "service": "API",
      "description": "Public Plane origin for Live.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "ADMIN_BASE_URL",
      "service": "API",
      "description": "Public Plane origin for God Mode.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "LIVE_BASE_PATH",
      "service": "API",
      "description": "Live collaboration path.",
      "secret": false,
      "strategy": "default",
      "default": "/live"
    },
    {
      "key": "SPACE_BASE_URL",
      "service": "API",
      "description": "Public Plane origin for Spaces.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "ADMIN_BASE_PATH",
      "service": "API",
      "description": "God Mode path.",
      "secret": false,
      "strategy": "default",
      "default": "/god-mode"
    },
    {
      "key": "FILE_SIZE_LIMIT",
      "service": "API",
      "description": "Maximum upload size in bytes.",
      "secret": false,
      "strategy": "default",
      "default": "5242880"
    },
    {
      "key": "MINIO_ROOT_USER",
      "service": "API",
      "description": "MinIO access key reference.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SPACE_BASE_PATH",
      "service": "API",
      "description": "Spaces path.",
      "secret": false,
      "strategy": "default",
      "default": "/spaces"
    },
    {
      "key": "GUNICORN_WORKERS",
      "service": "API",
      "description": "API worker count suitable for the initial Railway allocation.",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "LISTEN_HTTP_PORT",
      "service": "API",
      "description": "Proxy HTTP port metadata.",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "AWS_ACCESS_KEY_ID",
      "service": "API",
      "description": "Private MinIO access key.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LISTEN_HTTPS_PORT",
      "service": "API",
      "description": "Proxy HTTPS port metadata.",
      "secret": false,
      "strategy": "default",
      "default": "443"
    },
    {
      "key": "API_KEY_RATE_LIMIT",
      "service": "API",
      "description": "Default API key rate limit.",
      "secret": true,
      "strategy": "default",
      "default": "60/minute"
    },
    {
      "key": "AWS_S3_BUCKET_NAME",
      "service": "API",
      "description": "Attachment bucket name.",
      "secret": false,
      "strategy": "default",
      "default": "uploads"
    },
    {
      "key": "MINIO_ENDPOINT_SSL",
      "service": "API",
      "description": "Use HTTP on Railway private networking.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "AWS_S3_ENDPOINT_URL",
      "service": "API",
      "description": "Private MinIO S3 endpoint.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MINIO_ROOT_PASSWORD",
      "service": "API",
      "description": "MinIO secret key reference.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "CORS_ALLOWED_ORIGINS",
      "service": "API",
      "description": "Allow browser requests from the public proxy origin.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "AWS_SECRET_ACCESS_KEY",
      "service": "API",
      "description": "Private MinIO secret key.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SIGNED_URL_EXPIRATION",
      "service": "API",
      "description": "Signed attachment URL lifetime in seconds.",
      "secret": false,
      "strategy": "default",
      "default": "3600"
    },
    {
      "key": "HARD_DELETE_AFTER_DAYS",
      "service": "API",
      "description": "Retention before hard deletion.",
      "secret": false,
      "strategy": "default",
      "default": "60"
    },
    {
      "key": "LIVE_SERVER_SECRET_KEY",
      "service": "API",
      "description": "Shared Live authentication key.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "ENABLE_ALPINE_PRIVATE_NETWORKING",
      "service": "API",
      "description": "Enable Railway private IPv6 networking.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "DEBUG",
      "service": "Migrator",
      "description": "Disable Django debug mode.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "WEB_URL",
      "service": "Migrator",
      "description": "Public Plane origin.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "AMQP_URL",
      "service": "Migrator",
      "description": "Private RabbitMQ connection.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDIS_URL",
      "service": "Migrator",
      "description": "Private Redis connection.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "USE_MINIO",
      "service": "Migrator",
      "description": "Use the bundled private MinIO service.",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "APP_DOMAIN",
      "service": "Migrator",
      "description": "Public Plane hostname.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "REDIS_HOST",
      "service": "Migrator",
      "description": "Private Redis host.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDIS_PORT",
      "service": "Migrator",
      "description": "Private Redis port.",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "SECRET_KEY",
      "service": "Migrator",
      "description": "Shared generated Django signing key.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "BUCKET_NAME",
      "service": "Migrator",
      "description": "Attachment bucket name used by the proxy.",
      "secret": false,
      "strategy": "default",
      "default": "uploads"
    },
    {
      "key": "APP_BASE_URL",
      "service": "Migrator",
      "description": "Public Plane application origin.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "DATABASE_URL",
      "service": "Migrator",
      "description": "Private PostgreSQL connection.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SITE_ADDRESS",
      "service": "Migrator",
      "description": "Proxy site address metadata.",
      "secret": false,
      "strategy": "default",
      "default": ":80"
    },
    {
      "key": "LIVE_BASE_URL",
      "service": "Migrator",
      "description": "Public Plane origin for Live.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "ADMIN_BASE_URL",
      "service": "Migrator",
      "description": "Public Plane origin for God Mode.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "LIVE_BASE_PATH",
      "service": "Migrator",
      "description": "Live collaboration path.",
      "secret": false,
      "strategy": "default",
      "default": "/live"
    },
    {
      "key": "SPACE_BASE_URL",
      "service": "Migrator",
      "description": "Public Plane origin for Spaces.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "ADMIN_BASE_PATH",
      "service": "Migrator",
      "description": "God Mode path.",
      "secret": false,
      "strategy": "default",
      "default": "/god-mode"
    },
    {
      "key": "FILE_SIZE_LIMIT",
      "service": "Migrator",
      "description": "Maximum upload size in bytes.",
      "secret": false,
      "strategy": "default",
      "default": "5242880"
    },
    {
      "key": "MINIO_ROOT_USER",
      "service": "Migrator",
      "description": "MinIO access key reference.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SPACE_BASE_PATH",
      "service": "Migrator",
      "description": "Spaces path.",
      "secret": false,
      "strategy": "default",
      "default": "/spaces"
    },
    {
      "key": "GUNICORN_WORKERS",
      "service": "Migrator",
      "description": "API worker count suitable for the initial Railway allocation.",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "LISTEN_HTTP_PORT",
      "service": "Migrator",
      "description": "Proxy HTTP port metadata.",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "AWS_ACCESS_KEY_ID",
      "service": "Migrator",
      "description": "Private MinIO access key.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LISTEN_HTTPS_PORT",
      "service": "Migrator",
      "description": "Proxy HTTPS port metadata.",
      "secret": false,
      "strategy": "default",
      "default": "443"
    },
    {
      "key": "API_KEY_RATE_LIMIT",
      "service": "Migrator",
      "description": "Default API key rate limit.",
      "secret": true,
      "strategy": "default",
      "default": "60/minute"
    },
    {
      "key": "AWS_S3_BUCKET_NAME",
      "service": "Migrator",
      "description": "Attachment bucket name.",
      "secret": false,
      "strategy": "default",
      "default": "uploads"
    },
    {
      "key": "MINIO_ENDPOINT_SSL",
      "service": "Migrator",
      "description": "Use HTTP on Railway private networking.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "AWS_S3_ENDPOINT_URL",
      "service": "Migrator",
      "description": "Private MinIO S3 endpoint.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MINIO_ROOT_PASSWORD",
      "service": "Migrator",
      "description": "MinIO secret key reference.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "CORS_ALLOWED_ORIGINS",
      "service": "Migrator",
      "description": "Allow browser requests from the public proxy origin.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "AWS_SECRET_ACCESS_KEY",
      "service": "Migrator",
      "description": "Private MinIO secret key.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SIGNED_URL_EXPIRATION",
      "service": "Migrator",
      "description": "Signed attachment URL lifetime in seconds.",
      "secret": false,
      "strategy": "default",
      "default": "3600"
    },
    {
      "key": "HARD_DELETE_AFTER_DAYS",
      "service": "Migrator",
      "description": "Retention before hard deletion.",
      "secret": false,
      "strategy": "default",
      "default": "60"
    },
    {
      "key": "LIVE_SERVER_SECRET_KEY",
      "service": "Migrator",
      "description": "Shared Live authentication key.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "ENABLE_ALPINE_PRIVATE_NETWORKING",
      "service": "Migrator",
      "description": "Enable Railway private IPv6 networking.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "PORT",
      "service": "Admin",
      "description": "Port the admin panel listens on.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "WEB_URL",
      "service": "Admin",
      "description": "Public Plane URL for constructing absolute admin links.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "HOSTNAME",
      "service": "Admin",
      "description": "IPv6 bind-all address.",
      "secret": false,
      "strategy": "default",
      "default": "::"
    },
    {
      "key": "REDIS_URL",
      "service": "Admin",
      "description": "Redis instance for cache and background operations.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "USE_MINIO",
      "service": "Admin",
      "description": "Whether to use Minio instead of AWS S3 for storage (Railway template defaults to Minio).",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "SECRET_KEY",
      "service": "Admin",
      "description": "Shared secret for crypto operations.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DATABASE_URL",
      "service": "Admin",
      "description": "Internal Postgres connection.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "AWS_S3_BUCKET_NAME",
      "service": "Admin",
      "description": "Bucket where Plane stores files and attachments.",
      "secret": false,
      "strategy": "default",
      "default": "uploads"
    },
    {
      "key": "CORS_ALLOWED_ORIGINS",
      "service": "Admin",
      "description": "Allowed origins for admin-initiated API calls.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "ENABLE_ALPINE_PRIVATE_NETWORKING",
      "service": "Admin",
      "description": "Alpine networking fix.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "PORT",
      "service": "Live",
      "description": "Internal Live collaboration port.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "AMQP_URL",
      "service": "Live",
      "description": "Private RabbitMQ connection.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDIS_URL",
      "service": "Live",
      "description": "Redis connection string for presence events and transient state.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_HOST",
      "service": "Live",
      "description": "Redis hostname for pub/sub fanout.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDIS_PORT",
      "service": "Live",
      "description": "Redis port.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "API_BASE_URL",
      "service": "Live",
      "description": "Private Plane API endpoint.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "LIVE_SERVER_SECRET_KEY",
      "service": "Live",
      "description": "Secret used for authenticating live events.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "USER",
      "service": "RabbitMQ",
      "description": "Service username.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "VHOST",
      "service": "RabbitMQ",
      "description": "Same vhost as above.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PASSWORD",
      "service": "RabbitMQ",
      "description": "Service password.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RABBITMQ_HOST",
      "service": "RabbitMQ",
      "description": "Private hostname of RabbitMQ.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "RABBITMQ_PORT",
      "service": "RabbitMQ",
      "description": "Private port.",
      "secret": false,
      "strategy": "default",
      "default": "5672"
    },
    {
      "key": "RABBITMQ_VHOST",
      "service": "RabbitMQ",
      "description": "Same vhost as above.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RABBITMQ_DEFAULT_PASS",
      "service": "RabbitMQ",
      "description": "Default RabbitMQ password.",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "RABBITMQ_DEFAULT_USER",
      "service": "RabbitMQ",
      "description": "Default RabbitMQ username.",
      "secret": false,
      "strategy": "default",
      "default": "plane"
    },
    {
      "key": "RABBITMQ_DEFAULT_VHOST",
      "service": "RabbitMQ",
      "description": "Default vhost for Plane queues.",
      "secret": false,
      "strategy": "default",
      "default": "plane"
    },
    {
      "key": "PGDATA",
      "service": "Postgres",
      "description": "Location where the database will be initialized",
      "secret": false,
      "strategy": "default",
      "default": "/var/lib/postgresql/data/pgdata"
    },
    {
      "key": "PGHOST",
      "service": "Postgres",
      "description": "Railway Private Domain Name.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "PGPORT",
      "service": "Postgres",
      "description": "Port to connect to Postgres.",
      "secret": false,
      "strategy": "default",
      "default": "5432"
    },
    {
      "key": "PGUSER",
      "service": "Postgres",
      "description": "Required variable for Data panel",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGDATABASE",
      "service": "Postgres",
      "description": "Required variable for the data panel.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGPASSWORD",
      "service": "Postgres",
      "description": "Required variable for Data panel",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_DB",
      "service": "Postgres",
      "description": "Default database created when image is started.",
      "secret": false,
      "strategy": "default",
      "default": "railway"
    },
    {
      "key": "DATABASE_URL",
      "service": "Postgres",
      "description": "URL to connect to Postgres database.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "POSTGRES_USER",
      "service": "Postgres",
      "description": "User to connect to Postgres DB",
      "secret": false,
      "strategy": "default",
      "default": "postgres"
    },
    {
      "key": "SSL_CERT_DAYS",
      "service": "Postgres",
      "description": "SSL certificate expiry in days.",
      "secret": false,
      "strategy": "default",
      "default": "820"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "Postgres",
      "description": "Password to connect to DB",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "DATABASE_PRIVATE_URL",
      "service": "Postgres",
      "description": "Private URL for Postgres.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_DRAINING_SECONDS",
      "service": "Postgres",
      "description": "Allow Postgres to cleanly shut down",
      "secret": false,
      "strategy": "default",
      "default": "60"
    },
    {
      "key": "PORT",
      "service": "Web",
      "description": "Port the Plane frontend listens on internally.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "WEB_URL",
      "service": "Web",
      "description": "Public domain for the frontend.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "HOSTNAME",
      "service": "Web",
      "description": "IPv6 bind-all address.",
      "secret": false,
      "strategy": "default",
      "default": "::"
    },
    {
      "key": "NEXT_PUBLIC_DEPLOY_URL",
      "service": "Web",
      "description": "Public URL injected into the frontend bundle at build time.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "ENABLE_ALPINE_PRIVATE_NETWORKING",
      "service": "Web",
      "description": "Alpine networking fix for frontend container.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "PORT",
      "service": "Plane",
      "description": "Exported PORT for public networking.",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "BUCKET_NAME",
      "service": "Plane",
      "description": "Object-storage bucket name used for file uploads in Plane.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "API_ENDPOINT",
      "service": "Plane",
      "description": "Internal API endpoint for all backend requests.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "WEB_ENDPOINT",
      "service": "Plane",
      "description": "Internal frontend endpoint for serving Plane UI assets.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "LIVE_ENDPOINT",
      "service": "Plane",
      "description": "Internal Live service endpoint used for live updates.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "ADMIN_ENDPOINT",
      "service": "Plane",
      "description": "Internal admin dashboard endpoint.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "BUCKET_ENDPOINT",
      "service": "Plane",
      "description": "Private endpoint to S3 bucket.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SPACES_ENDPOINT",
      "service": "Plane",
      "description": "Internal Spaces service endpoint used for workspace storage.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "ENABLE_ALPINE_PRIVATE_NETWORKING",
      "service": "Plane",
      "description": "Enables Alpine networking workaround for faster private network provisioning.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "PORT",
      "service": "Bucket",
      "description": "Internal Minio port for S3-compatible API.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MINIO_ROOT_USER",
      "service": "Bucket",
      "description": "Generated Minio root user.",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "MINIO_PRIVATE_HOST",
      "service": "Bucket",
      "description": "Internal private domain for Minio service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "MINIO_PRIVATE_PORT",
      "service": "Bucket",
      "description": "Private port for Minio API.",
      "secret": false,
      "strategy": "default",
      "default": "9000"
    },
    {
      "key": "MINIO_ROOT_PASSWORD",
      "service": "Bucket",
      "description": "Generated Minio root password.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "MINIO_PRIVATE_ENDPOINT",
      "service": "Bucket",
      "description": "Private Minio S3 endpoint used by Plane.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDISHOST",
      "service": "Redis",
      "description": "Provide a value for REDISHOST.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDISPORT",
      "service": "Redis",
      "description": "Provide a value for REDISPORT.",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "REDISUSER",
      "service": "Redis",
      "description": "Provide a value for REDISUSER.",
      "secret": false,
      "strategy": "default",
      "default": "default"
    },
    {
      "key": "REDIS_URL",
      "service": "Redis",
      "description": "Connection string for connecting to redis using the private network",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDISPASSWORD",
      "service": "Redis",
      "description": "Provide a value for REDISPASSWORD.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "Redis",
      "description": "Provide a value for REDIS_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "REDIS_PRIVATE_URL",
      "service": "Redis",
      "description": "Private Redis URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DEBUG",
      "service": "Worker",
      "description": "Disable Django debug mode.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "WEB_URL",
      "service": "Worker",
      "description": "Public Plane origin.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "AMQP_URL",
      "service": "Worker",
      "description": "Private RabbitMQ connection.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDIS_URL",
      "service": "Worker",
      "description": "Private Redis connection.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "USE_MINIO",
      "service": "Worker",
      "description": "Use the bundled private MinIO service.",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "APP_DOMAIN",
      "service": "Worker",
      "description": "Public Plane hostname.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "REDIS_HOST",
      "service": "Worker",
      "description": "Private Redis host.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDIS_PORT",
      "service": "Worker",
      "description": "Private Redis port.",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "SECRET_KEY",
      "service": "Worker",
      "description": "Shared generated Django signing key.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "BUCKET_NAME",
      "service": "Worker",
      "description": "Attachment bucket name used by the proxy.",
      "secret": false,
      "strategy": "default",
      "default": "uploads"
    },
    {
      "key": "APP_BASE_URL",
      "service": "Worker",
      "description": "Public Plane application origin.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "DATABASE_URL",
      "service": "Worker",
      "description": "Private PostgreSQL connection.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SITE_ADDRESS",
      "service": "Worker",
      "description": "Proxy site address metadata.",
      "secret": false,
      "strategy": "default",
      "default": ":80"
    },
    {
      "key": "LIVE_BASE_URL",
      "service": "Worker",
      "description": "Public Plane origin for Live.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "ADMIN_BASE_URL",
      "service": "Worker",
      "description": "Public Plane origin for God Mode.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "LIVE_BASE_PATH",
      "service": "Worker",
      "description": "Live collaboration path.",
      "secret": false,
      "strategy": "default",
      "default": "/live"
    },
    {
      "key": "SPACE_BASE_URL",
      "service": "Worker",
      "description": "Public Plane origin for Spaces.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "ADMIN_BASE_PATH",
      "service": "Worker",
      "description": "God Mode path.",
      "secret": false,
      "strategy": "default",
      "default": "/god-mode"
    },
    {
      "key": "FILE_SIZE_LIMIT",
      "service": "Worker",
      "description": "Maximum upload size in bytes.",
      "secret": false,
      "strategy": "default",
      "default": "5242880"
    },
    {
      "key": "MINIO_ROOT_USER",
      "service": "Worker",
      "description": "MinIO access key reference.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SPACE_BASE_PATH",
      "service": "Worker",
      "description": "Spaces path.",
      "secret": false,
      "strategy": "default",
      "default": "/spaces"
    },
    {
      "key": "GUNICORN_WORKERS",
      "service": "Worker",
      "description": "API worker count suitable for the initial Railway allocation.",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "LISTEN_HTTP_PORT",
      "service": "Worker",
      "description": "Proxy HTTP port metadata.",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "AWS_ACCESS_KEY_ID",
      "service": "Worker",
      "description": "Private MinIO access key.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LISTEN_HTTPS_PORT",
      "service": "Worker",
      "description": "Proxy HTTPS port metadata.",
      "secret": false,
      "strategy": "default",
      "default": "443"
    },
    {
      "key": "API_KEY_RATE_LIMIT",
      "service": "Worker",
      "description": "Default API key rate limit.",
      "secret": true,
      "strategy": "default",
      "default": "60/minute"
    },
    {
      "key": "AWS_S3_BUCKET_NAME",
      "service": "Worker",
      "description": "Attachment bucket name.",
      "secret": false,
      "strategy": "default",
      "default": "uploads"
    },
    {
      "key": "MINIO_ENDPOINT_SSL",
      "service": "Worker",
      "description": "Use HTTP on Railway private networking.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "AWS_S3_ENDPOINT_URL",
      "service": "Worker",
      "description": "Private MinIO S3 endpoint.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MINIO_ROOT_PASSWORD",
      "service": "Worker",
      "description": "MinIO secret key reference.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "CORS_ALLOWED_ORIGINS",
      "service": "Worker",
      "description": "Allow browser requests from the public proxy origin.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "AWS_SECRET_ACCESS_KEY",
      "service": "Worker",
      "description": "Private MinIO secret key.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SIGNED_URL_EXPIRATION",
      "service": "Worker",
      "description": "Signed attachment URL lifetime in seconds.",
      "secret": false,
      "strategy": "default",
      "default": "3600"
    },
    {
      "key": "HARD_DELETE_AFTER_DAYS",
      "service": "Worker",
      "description": "Retention before hard deletion.",
      "secret": false,
      "strategy": "default",
      "default": "60"
    },
    {
      "key": "LIVE_SERVER_SECRET_KEY",
      "service": "Worker",
      "description": "Shared Live authentication key.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "ENABLE_ALPINE_PRIVATE_NETWORKING",
      "service": "Worker",
      "description": "Enable Railway private IPv6 networking.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "DEBUG",
      "service": "Beat Worker",
      "description": "Disable Django debug mode.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "WEB_URL",
      "service": "Beat Worker",
      "description": "Public Plane origin.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "AMQP_URL",
      "service": "Beat Worker",
      "description": "Private RabbitMQ connection.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDIS_URL",
      "service": "Beat Worker",
      "description": "Private Redis connection.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "USE_MINIO",
      "service": "Beat Worker",
      "description": "Use the bundled private MinIO service.",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "APP_DOMAIN",
      "service": "Beat Worker",
      "description": "Public Plane hostname.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "REDIS_HOST",
      "service": "Beat Worker",
      "description": "Private Redis host.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDIS_PORT",
      "service": "Beat Worker",
      "description": "Private Redis port.",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "SECRET_KEY",
      "service": "Beat Worker",
      "description": "Shared generated Django signing key.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "BUCKET_NAME",
      "service": "Beat Worker",
      "description": "Attachment bucket name used by the proxy.",
      "secret": false,
      "strategy": "default",
      "default": "uploads"
    },
    {
      "key": "APP_BASE_URL",
      "service": "Beat Worker",
      "description": "Public Plane application origin.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "DATABASE_URL",
      "service": "Beat Worker",
      "description": "Private PostgreSQL connection.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SITE_ADDRESS",
      "service": "Beat Worker",
      "description": "Proxy site address metadata.",
      "secret": false,
      "strategy": "default",
      "default": ":80"
    },
    {
      "key": "LIVE_BASE_URL",
      "service": "Beat Worker",
      "description": "Public Plane origin for Live.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "ADMIN_BASE_URL",
      "service": "Beat Worker",
      "description": "Public Plane origin for God Mode.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "LIVE_BASE_PATH",
      "service": "Beat Worker",
      "description": "Live collaboration path.",
      "secret": false,
      "strategy": "default",
      "default": "/live"
    },
    {
      "key": "SPACE_BASE_URL",
      "service": "Beat Worker",
      "description": "Public Plane origin for Spaces.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "ADMIN_BASE_PATH",
      "service": "Beat Worker",
      "description": "God Mode path.",
      "secret": false,
      "strategy": "default",
      "default": "/god-mode"
    },
    {
      "key": "FILE_SIZE_LIMIT",
      "service": "Beat Worker",
      "description": "Maximum upload size in bytes.",
      "secret": false,
      "strategy": "default",
      "default": "5242880"
    },
    {
      "key": "MINIO_ROOT_USER",
      "service": "Beat Worker",
      "description": "MinIO access key reference.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SPACE_BASE_PATH",
      "service": "Beat Worker",
      "description": "Spaces path.",
      "secret": false,
      "strategy": "default",
      "default": "/spaces"
    },
    {
      "key": "GUNICORN_WORKERS",
      "service": "Beat Worker",
      "description": "API worker count suitable for the initial Railway allocation.",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "LISTEN_HTTP_PORT",
      "service": "Beat Worker",
      "description": "Proxy HTTP port metadata.",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "AWS_ACCESS_KEY_ID",
      "service": "Beat Worker",
      "description": "Private MinIO access key.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LISTEN_HTTPS_PORT",
      "service": "Beat Worker",
      "description": "Proxy HTTPS port metadata.",
      "secret": false,
      "strategy": "default",
      "default": "443"
    },
    {
      "key": "API_KEY_RATE_LIMIT",
      "service": "Beat Worker",
      "description": "Default API key rate limit.",
      "secret": true,
      "strategy": "default",
      "default": "60/minute"
    },
    {
      "key": "AWS_S3_BUCKET_NAME",
      "service": "Beat Worker",
      "description": "Attachment bucket name.",
      "secret": false,
      "strategy": "default",
      "default": "uploads"
    },
    {
      "key": "MINIO_ENDPOINT_SSL",
      "service": "Beat Worker",
      "description": "Use HTTP on Railway private networking.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "AWS_S3_ENDPOINT_URL",
      "service": "Beat Worker",
      "description": "Private MinIO S3 endpoint.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MINIO_ROOT_PASSWORD",
      "service": "Beat Worker",
      "description": "MinIO secret key reference.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "CORS_ALLOWED_ORIGINS",
      "service": "Beat Worker",
      "description": "Allow browser requests from the public proxy origin.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "AWS_SECRET_ACCESS_KEY",
      "service": "Beat Worker",
      "description": "Private MinIO secret key.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SIGNED_URL_EXPIRATION",
      "service": "Beat Worker",
      "description": "Signed attachment URL lifetime in seconds.",
      "secret": false,
      "strategy": "default",
      "default": "3600"
    },
    {
      "key": "HARD_DELETE_AFTER_DAYS",
      "service": "Beat Worker",
      "description": "Retention before hard deletion.",
      "secret": false,
      "strategy": "default",
      "default": "60"
    },
    {
      "key": "LIVE_SERVER_SECRET_KEY",
      "service": "Beat Worker",
      "description": "Shared Live authentication key.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "ENABLE_ALPINE_PRIVATE_NETWORKING",
      "service": "Beat Worker",
      "description": "Enable Railway private IPv6 networking.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "plane-with-rabbitmq"
      }
    },
    "cli": "railway deploy --template plane-with-rabbitmq",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "64d6e448-628f-4c5c-a9b4-22516b5c9a19",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "3106ef6d-9181-4cfd-b160-8fa82782467e": {
                  "icon": "https://plane.so/favicon.ico",
                  "name": "Space",
                  "deploy": {
                    "startCommand": "npx react-router-serve ./build/server/index.js",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "makeplane/plane-space:v1.4.2@sha256:f8f842f05f41a16e9fe8c4f5e17a3bb175338ccdc094620e58ae49764ffbd671"
                  },
                  "variables": {
                    "PORT": {
                      "description": "Port the Spaces service listens on; exposed only internally.",
                      "defaultValue": "3001"
                    },
                    "WEB_URL": {
                      "description": "Public Plane base URL used for generating absolute links.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "HOSTNAME": {
                      "description": "IPv6 bind address; allows listening on all interfaces.",
                      "defaultValue": "::"
                    },
                    "SECRET_KEY": {
                      "description": "Shared secret for cryptographic signing across services.",
                      "defaultValue": "${{API.SECRET_KEY}}"
                    }
                  },
                  "networking": {}
                },
                "39c2a3d9-0b47-4180-a19d-04ec59931bd9": {
                  "icon": "https://plane.so/favicon.ico",
                  "name": "API",
                  "deploy": {
                    "startCommand": "./bin/docker-entrypoint-api.sh",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "makeplane/plane-backend:v1.4.2@sha256:90032ce088708889b60c00d491897916f4deb882facda27db59fd10fb68729ef"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Port to listen and export to.",
                      "defaultValue": "8000"
                    },
                    "DEBUG": {
                      "isOptional": false,
                      "description": "Disable Django debug mode.",
                      "defaultValue": "0"
                    },
                    "WEB_URL": {
                      "isOptional": false,
                      "description": "Public Plane origin.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "AMQP_URL": {
                      "isOptional": false,
                      "description": "Private RabbitMQ connection.",
                      "defaultValue": "amqp://${{RabbitMQ.USER}}:${{RabbitMQ.PASSWORD}}@${{RabbitMQ.RAILWAY_PRIVATE_DOMAIN}}:5672/${{RabbitMQ.VHOST}}"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Private Redis connection.",
                      "defaultValue": "${{Redis.REDIS_PRIVATE_URL}}"
                    },
                    "USE_MINIO": {
                      "isOptional": false,
                      "description": "Use the bundled private MinIO service.",
                      "defaultValue": "1"
                    },
                    "APP_DOMAIN": {
                      "isOptional": false,
                      "description": "Public Plane hostname.",
                      "defaultValue": "${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "AWS_REGION": {
                      "isOptional": true,
                      "description": "Optional S3 signing region.",
                      "defaultValue": ""
                    },
                    "MACHINE_ID": {
                      "isOptional": false,
                      "description": "Unique machine ID.",
                      "defaultValue": "{{MACHINE_ID}}"
                    },
                    "REDIS_HOST": {
                      "isOptional": false,
                      "description": "Private Redis host.",
                      "defaultValue": "${{Redis.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDIS_PORT": {
                      "isOptional": false,
                      "description": "Private Redis port.",
                      "defaultValue": "6379"
                    },
                    "SECRET_KEY": {
                      "isOptional": false,
                      "description": "Generated Django signing key.",
                      "defaultValue": "{{SECRET_KEY}}"
                    },
                    "BUCKET_NAME": {
                      "isOptional": false,
                      "description": "Attachment bucket name used by the proxy.",
                      "defaultValue": "uploads"
                    },
                    "APP_BASE_URL": {
                      "isOptional": false,
                      "description": "Public Plane application origin.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "Private PostgreSQL connection.",
                      "defaultValue": "${{Postgres.DATABASE_PRIVATE_URL}}"
                    },
                    "SITE_ADDRESS": {
                      "isOptional": false,
                      "description": "Proxy site address metadata.",
                      "defaultValue": ":80"
                    },
                    "LIVE_BASE_URL": {
                      "isOptional": false,
                      "description": "Public Plane origin for Live.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "ADMIN_BASE_URL": {
                      "isOptional": false,
                      "description": "Public Plane origin for God Mode.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "LIVE_BASE_PATH": {
                      "isOptional": false,
                      "description": "Live collaboration path.",
                      "defaultValue": "/live"
                    },
                    "SPACE_BASE_URL": {
                      "isOptional": false,
                      "description": "Public Plane origin for Spaces.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "ADMIN_BASE_PATH": {
                      "isOptional": false,
                      "description": "God Mode path.",
                      "defaultValue": "/god-mode"
                    },
                    "FILE_SIZE_LIMIT": {
                      "isOptional": false,
                      "description": "Maximum upload size in bytes.",
                      "defaultValue": "5242880"
                    },
                    "MINIO_ROOT_USER": {
                      "isOptional": false,
                      "description": "MinIO access key reference.",
                      "defaultValue": "${{Bucket.MINIO_ROOT_USER}}"
                    },
                    "SPACE_BASE_PATH": {
                      "isOptional": false,
                      "description": "Spaces path.",
                      "defaultValue": "/spaces"
                    },
                    "GUNICORN_WORKERS": {
                      "isOptional": false,
                      "description": "API worker count suitable for the initial Railway allocation.",
                      "defaultValue": "1"
                    },
                    "LISTEN_HTTP_PORT": {
                      "isOptional": false,
                      "description": "Proxy HTTP port metadata.",
                      "defaultValue": "80"
                    },
                    "AWS_ACCESS_KEY_ID": {
                      "isOptional": false,
                      "description": "Private MinIO access key.",
                      "defaultValue": "${{Bucket.MINIO_ROOT_USER}}"
                    },
                    "LISTEN_HTTPS_PORT": {
                      "isOptional": false,
                      "description": "Proxy HTTPS port metadata.",
                      "defaultValue": "443"
                    },
                    "API_KEY_RATE_LIMIT": {
                      "isOptional": false,
                      "description": "Default API key rate limit.",
                      "defaultValue": "60/minute"
                    },
                    "AWS_S3_BUCKET_NAME": {
                      "isOptional": false,
                      "description": "Attachment bucket name.",
                      "defaultValue": "uploads"
                    },
                    "MINIO_ENDPOINT_SSL": {
                      "isOptional": false,
                      "description": "Use HTTP on Railway private networking.",
                      "defaultValue": "0"
                    },
                    "AWS_S3_ENDPOINT_URL": {
                      "isOptional": false,
                      "description": "Private MinIO S3 endpoint.",
                      "defaultValue": "${{Bucket.MINIO_PRIVATE_ENDPOINT}}"
                    },
                    "MINIO_ROOT_PASSWORD": {
                      "isOptional": false,
                      "description": "MinIO secret key reference.",
                      "defaultValue": "${{Bucket.MINIO_ROOT_PASSWORD}}"
                    },
                    "WEBHOOK_ALLOWED_IPS": {
                      "isOptional": true,
                      "description": "Optional webhook IP allowlist.",
                      "defaultValue": ""
                    },
                    "CORS_ALLOWED_ORIGINS": {
                      "isOptional": false,
                      "description": "Allow browser requests from the public proxy origin.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "AWS_SECRET_ACCESS_KEY": {
                      "isOptional": false,
                      "description": "Private MinIO secret key.",
                      "defaultValue": "${{Bucket.MINIO_ROOT_PASSWORD}}"
                    },
                    "SIGNED_URL_EXPIRATION": {
                      "isOptional": false,
                      "description": "Signed attachment URL lifetime in seconds.",
                      "defaultValue": "3600"
                    },
                    "WEBHOOK_ALLOWED_HOSTS": {
                      "isOptional": true,
                      "description": "Optional webhook host allowlist.",
                      "defaultValue": ""
                    },
                    "HARD_DELETE_AFTER_DAYS": {
                      "isOptional": false,
                      "description": "Retention before hard deletion.",
                      "defaultValue": "60"
                    },
                    "LIVE_SERVER_SECRET_KEY": {
                      "isOptional": false,
                      "description": "Shared Live authentication key.",
                      "defaultValue": "${{Live.LIVE_SERVER_SECRET_KEY}}"
                    },
                    "ENABLE_ALPINE_PRIVATE_NETWORKING": {
                      "isOptional": false,
                      "description": "Enable Railway private IPv6 networking.",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {}
                },
                "42a73431-cb65-4679-8eb9-c112e9aa5678": {
                  "icon": "https://plane.so/favicon.ico",
                  "name": "Migrator",
                  "deploy": {
                    "startCommand": "./bin/docker-entrypoint-migrator.sh",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "makeplane/plane-backend:v1.4.2@sha256:90032ce088708889b60c00d491897916f4deb882facda27db59fd10fb68729ef"
                  },
                  "variables": {
                    "DEBUG": {
                      "isOptional": false,
                      "description": "Disable Django debug mode.",
                      "defaultValue": "0"
                    },
                    "WEB_URL": {
                      "isOptional": false,
                      "description": "Public Plane origin.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "AMQP_URL": {
                      "isOptional": false,
                      "description": "Private RabbitMQ connection.",
                      "defaultValue": "amqp://${{RabbitMQ.USER}}:${{RabbitMQ.PASSWORD}}@${{RabbitMQ.RAILWAY_PRIVATE_DOMAIN}}:5672/${{RabbitMQ.VHOST}}"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Private Redis connection.",
                      "defaultValue": "${{Redis.REDIS_PRIVATE_URL}}"
                    },
                    "USE_MINIO": {
                      "isOptional": false,
                      "description": "Use the bundled private MinIO service.",
                      "defaultValue": "1"
                    },
                    "APP_DOMAIN": {
                      "isOptional": false,
                      "description": "Public Plane hostname.",
                      "defaultValue": "${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "AWS_REGION": {
                      "isOptional": true,
                      "description": "Optional S3 signing region.",
                      "defaultValue": ""
                    },
                    "REDIS_HOST": {
                      "isOptional": false,
                      "description": "Private Redis host.",
                      "defaultValue": "${{Redis.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDIS_PORT": {
                      "isOptional": false,
                      "description": "Private Redis port.",
                      "defaultValue": "6379"
                    },
                    "SECRET_KEY": {
                      "isOptional": false,
                      "description": "Shared generated Django signing key.",
                      "defaultValue": "${{API.SECRET_KEY}}"
                    },
                    "BUCKET_NAME": {
                      "isOptional": false,
                      "description": "Attachment bucket name used by the proxy.",
                      "defaultValue": "uploads"
                    },
                    "APP_BASE_URL": {
                      "isOptional": false,
                      "description": "Public Plane application origin.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "Private PostgreSQL connection.",
                      "defaultValue": "${{Postgres.DATABASE_PRIVATE_URL}}"
                    },
                    "SITE_ADDRESS": {
                      "isOptional": false,
                      "description": "Proxy site address metadata.",
                      "defaultValue": ":80"
                    },
                    "LIVE_BASE_URL": {
                      "isOptional": false,
                      "description": "Public Plane origin for Live.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "ADMIN_BASE_URL": {
                      "isOptional": false,
                      "description": "Public Plane origin for God Mode.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "LIVE_BASE_PATH": {
                      "isOptional": false,
                      "description": "Live collaboration path.",
                      "defaultValue": "/live"
                    },
                    "SPACE_BASE_URL": {
                      "isOptional": false,
                      "description": "Public Plane origin for Spaces.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "ADMIN_BASE_PATH": {
                      "isOptional": false,
                      "description": "God Mode path.",
                      "defaultValue": "/god-mode"
                    },
                    "FILE_SIZE_LIMIT": {
                      "isOptional": false,
                      "description": "Maximum upload size in bytes.",
                      "defaultValue": "5242880"
                    },
                    "MINIO_ROOT_USER": {
                      "isOptional": false,
                      "description": "MinIO access key reference.",
                      "defaultValue": "${{Bucket.MINIO_ROOT_USER}}"
                    },
                    "SPACE_BASE_PATH": {
                      "isOptional": false,
                      "description": "Spaces path.",
                      "defaultValue": "/spaces"
                    },
                    "GUNICORN_WORKERS": {
                      "isOptional": false,
                      "description": "API worker count suitable for the initial Railway allocation.",
                      "defaultValue": "1"
                    },
                    "LISTEN_HTTP_PORT": {
                      "isOptional": false,
                      "description": "Proxy HTTP port metadata.",
                      "defaultValue": "80"
                    },
                    "AWS_ACCESS_KEY_ID": {
                      "isOptional": false,
                      "description": "Private MinIO access key.",
                      "defaultValue": "${{Bucket.MINIO_ROOT_USER}}"
                    },
                    "LISTEN_HTTPS_PORT": {
                      "isOptional": false,
                      "description": "Proxy HTTPS port metadata.",
                      "defaultValue": "443"
                    },
                    "API_KEY_RATE_LIMIT": {
                      "isOptional": false,
                      "description": "Default API key rate limit.",
                      "defaultValue": "60/minute"
                    },
                    "AWS_S3_BUCKET_NAME": {
                      "isOptional": false,
                      "description": "Attachment bucket name.",
                      "defaultValue": "uploads"
                    },
                    "MINIO_ENDPOINT_SSL": {
                      "isOptional": false,
                      "description": "Use HTTP on Railway private networking.",
                      "defaultValue": "0"
                    },
                    "AWS_S3_ENDPOINT_URL": {
                      "isOptional": false,
                      "description": "Private MinIO S3 endpoint.",
                      "defaultValue": "${{Bucket.MINIO_PRIVATE_ENDPOINT}}"
                    },
                    "MINIO_ROOT_PASSWORD": {
                      "isOptional": false,
                      "description": "MinIO secret key reference.",
                      "defaultValue": "${{Bucket.MINIO_ROOT_PASSWORD}}"
                    },
                    "WEBHOOK_ALLOWED_IPS": {
                      "isOptional": true,
                      "description": "Optional webhook IP allowlist.",
                      "defaultValue": ""
                    },
                    "CORS_ALLOWED_ORIGINS": {
                      "isOptional": false,
                      "description": "Allow browser requests from the public proxy origin.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "AWS_SECRET_ACCESS_KEY": {
                      "isOptional": false,
                      "description": "Private MinIO secret key.",
                      "defaultValue": "${{Bucket.MINIO_ROOT_PASSWORD}}"
                    },
                    "SIGNED_URL_EXPIRATION": {
                      "isOptional": false,
                      "description": "Signed attachment URL lifetime in seconds.",
                      "defaultValue": "3600"
                    },
                    "WEBHOOK_ALLOWED_HOSTS": {
                      "isOptional": true,
                      "description": "Optional webhook host allowlist.",
                      "defaultValue": ""
                    },
                    "HARD_DELETE_AFTER_DAYS": {
                      "isOptional": false,
                      "description": "Retention before hard deletion.",
                      "defaultValue": "60"
                    },
                    "LIVE_SERVER_SECRET_KEY": {
                      "isOptional": false,
                      "description": "Shared Live authentication key.",
                      "defaultValue": "${{Live.LIVE_SERVER_SECRET_KEY}}"
                    },
                    "ENABLE_ALPINE_PRIVATE_NETWORKING": {
                      "isOptional": false,
                      "description": "Enable Railway private IPv6 networking.",
                      "defaultValue": "true"
                    }
                  }
                },
                "42bb9e45-7385-4b0b-9c93-d357997a6f06": {
                  "icon": "https://plane.so/favicon.ico",
                  "name": "Admin",
                  "deploy": {
                    "startCommand": "nginx -g 'daemon off;'",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "makeplane/plane-admin:v1.4.2@sha256:6e1bb1d800d3c7ce84a09f810d5588db8613b35d4464e722a1bec12556ca0ebb"
                  },
                  "variables": {
                    "PORT": {
                      "description": "Port the admin panel listens on.",
                      "defaultValue": "3000"
                    },
                    "WEB_URL": {
                      "description": "Public Plane URL for constructing absolute admin links.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "HOSTNAME": {
                      "description": "IPv6 bind-all address.",
                      "defaultValue": "::"
                    },
                    "REDIS_URL": {
                      "description": "Redis instance for cache and background operations.",
                      "defaultValue": "${{Redis.REDIS_PRIVATE_URL}}"
                    },
                    "USE_MINIO": {
                      "description": "Whether to use Minio instead of AWS S3 for storage (Railway template defaults to Minio).",
                      "defaultValue": "1"
                    },
                    "SECRET_KEY": {
                      "description": "Shared secret for crypto operations.",
                      "defaultValue": "${{API.SECRET_KEY}}"
                    },
                    "DATABASE_URL": {
                      "description": "Internal Postgres connection.",
                      "defaultValue": "${{Postgres.DATABASE_PRIVATE_URL}}"
                    },
                    "AWS_S3_BUCKET_NAME": {
                      "description": "Bucket where Plane stores files and attachments.",
                      "defaultValue": "uploads"
                    },
                    "CORS_ALLOWED_ORIGINS": {
                      "description": "Allowed origins for admin-initiated API calls.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "ENABLE_ALPINE_PRIVATE_NETWORKING": {
                      "description": "Alpine networking fix.",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {}
                },
                "64dae6bf-b8b9-4531-94d0-eb34f99c7365": {
                  "icon": "https://plane.so/favicon.ico",
                  "name": "Live",
                  "deploy": {
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "makeplane/plane-live:v1.4.2@sha256:cbb630ccaea24bb9998040cb45c11619a7501e8b6c75d449df2f8fd9b9cddbd0"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Internal Live collaboration port.",
                      "defaultValue": "3000"
                    },
                    "AMQP_URL": {
                      "isOptional": false,
                      "description": "Private RabbitMQ connection.",
                      "defaultValue": "amqp://${{RabbitMQ.USER}}:${{RabbitMQ.PASSWORD}}@${{RabbitMQ.RAILWAY_PRIVATE_DOMAIN}}:5672/${{RabbitMQ.VHOST}}"
                    },
                    "REDIS_URL": {
                      "description": "Redis connection string for presence events and transient state.",
                      "defaultValue": "${{Redis.REDIS_PRIVATE_URL}}"
                    },
                    "REDIS_HOST": {
                      "description": "Redis hostname for pub/sub fanout.",
                      "defaultValue": "${{Redis.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDIS_PORT": {
                      "description": "Redis port.",
                      "defaultValue": "${{Redis.RAILWAY_PRIVATE_PORT}}"
                    },
                    "API_BASE_URL": {
                      "isOptional": false,
                      "description": "Private Plane API endpoint.",
                      "defaultValue": "http://${{API.RAILWAY_PRIVATE_DOMAIN}}:8000"
                    },
                    "LIVE_SERVER_SECRET_KEY": {
                      "description": "Secret used for authenticating live events.",
                      "defaultValue": "{{LIVE_SERVER_SECRET_KEY}}"
                    }
                  }
                },
                "6bdfa1ce-544d-4b10-b641-d2dbedc38226": {
                  "icon": "https://a.storyblok.com/f/153547/2400x2540/24777f0edc/rabbitmq-logo_best-for-rabbitmq-blog.png",
                  "name": "RabbitMQ",
                  "deploy": {
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "rabbitmq:3.13.7-management-alpine@sha256:606d8c0d6b3c18d1da9afc53bc7cdb2a8d5486df91b5a9830e9e07626c9ae281"
                  },
                  "variables": {
                    "USER": {
                      "description": "Service username.",
                      "defaultValue": "${{RABBITMQ_DEFAULT_USER}}"
                    },
                    "VHOST": {
                      "description": "Same vhost as above.",
                      "defaultValue": "${{RABBITMQ_DEFAULT_VHOST}}"
                    },
                    "PASSWORD": {
                      "description": "Service password.",
                      "defaultValue": "${{RABBITMQ_DEFAULT_PASS}}"
                    },
                    "RABBITMQ_HOST": {
                      "description": "Private hostname of RabbitMQ.",
                      "defaultValue": "${{RabbitMQ.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "RABBITMQ_PORT": {
                      "description": "Private port.",
                      "defaultValue": "5672"
                    },
                    "RABBITMQ_VHOST": {
                      "description": "Same vhost as above.",
                      "defaultValue": "${{RABBITMQ_DEFAULT_VHOST}}"
                    },
                    "RABBITMQ_DEFAULT_PASS": {
                      "description": "Default RabbitMQ password.",
                      "defaultValue": "{{RABBITMQ_DEFAULT_PASS}}"
                    },
                    "RABBITMQ_DEFAULT_USER": {
                      "description": "Default RabbitMQ username.",
                      "defaultValue": "plane"
                    },
                    "RABBITMQ_DEFAULT_VHOST": {
                      "description": "Default vhost for Plane queues.",
                      "defaultValue": "plane"
                    }
                  },
                  "networking": {},
                  "volumeMounts": {
                    "6bdfa1ce-544d-4b10-b641-d2dbedc38226": {
                      "mountPath": "/var/lib/rabbitmq"
                    }
                  }
                },
                "7263d61b-4d08-4b7b-8cc9-36fd39231342": {
                  "icon": "https://devicons.railway.app/i/postgresql.svg",
                  "name": "Postgres",
                  "build": {},
                  "deploy": {
                    "requiredMountPath": "/var/lib/postgresql/data",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/railwayapp-templates/postgres-ssl:17@sha256:f79fd6806f02297f206ce01258f287e4f93faea2a6a2aaaffc24fe684417f0fb"
                  },
                  "variables": {
                    "PGDATA": {
                      "isOptional": false,
                      "description": "Location where the database will be initialized",
                      "defaultValue": "/var/lib/postgresql/data/pgdata"
                    },
                    "PGHOST": {
                      "isOptional": false,
                      "description": "Railway Private Domain Name.",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "PGPORT": {
                      "isOptional": false,
                      "description": "Port to connect to Postgres.",
                      "defaultValue": "5432"
                    },
                    "PGUSER": {
                      "isOptional": false,
                      "description": "Required variable for Data panel",
                      "defaultValue": "${{ POSTGRES_USER }}"
                    },
                    "PGDATABASE": {
                      "isOptional": false,
                      "description": "Required variable for the data panel.",
                      "defaultValue": "${{POSTGRES_DB}}"
                    },
                    "PGPASSWORD": {
                      "isOptional": false,
                      "description": "Required variable for Data panel",
                      "defaultValue": "${{POSTGRES_PASSWORD}}"
                    },
                    "POSTGRES_DB": {
                      "isOptional": false,
                      "description": "Default database created when image is started.",
                      "defaultValue": "railway"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "URL to connect to Postgres database.",
                      "defaultValue": "postgresql://${{PGUSER}}:${{POSTGRES_PASSWORD}}@${{RAILWAY_PRIVATE_DOMAIN}}:5432/${{PGDATABASE}}"
                    },
                    "POSTGRES_USER": {
                      "isOptional": false,
                      "description": "User to connect to Postgres DB",
                      "defaultValue": "postgres"
                    },
                    "SSL_CERT_DAYS": {
                      "isOptional": true,
                      "description": "SSL certificate expiry in days.",
                      "defaultValue": "820"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "description": "Password to connect to DB",
                      "defaultValue": "{{POSTGRES_PASSWORD}}"
                    },
                    "DATABASE_PRIVATE_URL": {
                      "description": "Private URL for Postgres.",
                      "defaultValue": "postgresql://${{PGUSER}}:${{POSTGRES_PASSWORD}}@${{RAILWAY_PRIVATE_DOMAIN}}:5432/${{PGDATABASE}}"
                    },
                    "RAILWAY_DEPLOYMENT_DRAINING_SECONDS": {
                      "isOptional": false,
                      "description": "Allow Postgres to cleanly shut down",
                      "defaultValue": "60"
                    }
                  },
                  "networking": {},
                  "volumeMounts": {
                    "7263d61b-4d08-4b7b-8cc9-36fd39231342": {
                      "mountPath": "/var/lib/postgresql/data"
                    }
                  },
                  "haTemplateCode": "postgres-ha",
                  "haConversionConfig": {
                    "edge": {
                      "label": "Reverse Proxy",
                      "options": [
                        2,
                        3,
                        4,
                        5
                      ],
                      "nodeLabel": "HAProxy",
                      "description": "Routes traffic to the primary",
                      "defaultValue": 3
                    },
                    "replica": {
                      "label": "Replicas",
                      "options": [
                        2,
                        3,
                        4,
                        5,
                        6,
                        7
                      ],
                      "nodeLabel": "Postgres",
                      "description": "Streaming replicas for automatic failover",
                      "defaultValue": 2
                    },
                    "internal": {
                      "label": "Coordinator Nodes",
                      "options": [
                        3,
                        5,
                        7,
                        9
                      ],
                      "nodeLabel": "etcd",
                      "defaultValue": 3
                    },
                    "description": "This will convert your Postgres database to an HA cluster with Patroni failover and etcd consensus."
                  }
                },
                "76e7872b-bdad-4753-be81-e6d1db9fff87": {
                  "icon": "https://plane.so/favicon.ico",
                  "name": "Web",
                  "deploy": {
                    "startCommand": "nginx -g 'daemon off;'",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "makeplane/plane-frontend:v1.4.2@sha256:22fd2434fb8d6658439f669ab72f999ce0773abe587663da21a77d70bd63ff61"
                  },
                  "variables": {
                    "PORT": {
                      "description": "Port the Plane frontend listens on internally.",
                      "defaultValue": "3000"
                    },
                    "WEB_URL": {
                      "description": "Public domain for the frontend.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "HOSTNAME": {
                      "description": "IPv6 bind-all address.",
                      "defaultValue": "::"
                    },
                    "NEXT_PUBLIC_DEPLOY_URL": {
                      "description": "Public URL injected into the frontend bundle at build time.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "ENABLE_ALPINE_PRIVATE_NETWORKING": {
                      "description": "Alpine networking fix for frontend container.",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {}
                },
                "81356b6e-3405-4c13-b04e-88d13dc0b310": {
                  "icon": "https://plane.so/favicon.ico",
                  "name": "Plane",
                  "deploy": {
                    "healthcheckPath": "/health",
                    "restartPolicyType": "ON_FAILURE",
                    "healthcheckTimeout": 60,
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "monotykamary/plane-caddy-proxy",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Exported PORT for public networking.",
                      "defaultValue": "80"
                    },
                    "BUCKET_NAME": {
                      "description": "Object-storage bucket name used for file uploads in Plane.",
                      "defaultValue": "${{API.AWS_S3_BUCKET_NAME}}"
                    },
                    "API_ENDPOINT": {
                      "description": "Internal API endpoint for all backend requests.",
                      "defaultValue": "http://${{API.RAILWAY_PRIVATE_DOMAIN}}:${{API.PORT}}"
                    },
                    "WEB_ENDPOINT": {
                      "description": "Internal frontend endpoint for serving Plane UI assets.",
                      "defaultValue": "http://${{Web.RAILWAY_PRIVATE_DOMAIN}}:${{Web.PORT}}"
                    },
                    "LIVE_ENDPOINT": {
                      "description": "Internal Live service endpoint used for live updates.",
                      "defaultValue": "http://${{Live.RAILWAY_PRIVATE_DOMAIN}}:${{Live.PORT}}"
                    },
                    "ADMIN_ENDPOINT": {
                      "description": "Internal admin dashboard endpoint.",
                      "defaultValue": "http://${{Admin.RAILWAY_PRIVATE_DOMAIN}}:${{Admin.PORT}}"
                    },
                    "BUCKET_ENDPOINT": {
                      "description": "Private endpoint to S3 bucket.",
                      "defaultValue": "${{Bucket.MINIO_PRIVATE_ENDPOINT}}"
                    },
                    "SPACES_ENDPOINT": {
                      "description": "Internal Spaces service endpoint used for workspace storage.",
                      "defaultValue": "http://${{Space.RAILWAY_PRIVATE_DOMAIN}}:${{Space.PORT}}"
                    },
                    "ENABLE_ALPINE_PRIVATE_NETWORKING": {
                      "description": "Enables Alpine networking workaround for faster private network provisioning.",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:80": {
                        "port": 80
                      }
                    }
                  }
                },
                "9b2b4174-ae91-4313-8fdb-10ed8ff87ce8": {
                  "icon": "https://res.cloudinary.com/h5kvzw/image/upload/v1706062979/MINIO_Bird_vbtpet.png",
                  "name": "Bucket",
                  "deploy": {
                    "startCommand": "/bin/sh -c \"minio server --address [::]:$MINIO_PRIVATE_PORT $RAILWAY_VOLUME_MOUNT_PATH\"",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z@sha256:14cea493d9a34af32f524e538b8346cf79f3321eff8e708c1e2960462bd8936e"
                  },
                  "variables": {
                    "PORT": {
                      "description": "Internal Minio port for S3-compatible API.",
                      "defaultValue": "${{MINIO_PRIVATE_PORT}}"
                    },
                    "MINIO_ROOT_USER": {
                      "description": "Generated Minio root user.",
                      "defaultValue": "{{MINIO_ROOT_USER}}"
                    },
                    "MINIO_PRIVATE_HOST": {
                      "description": "Internal private domain for Minio service.",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "MINIO_PRIVATE_PORT": {
                      "description": "Private port for Minio API.",
                      "defaultValue": "9000"
                    },
                    "MINIO_ROOT_PASSWORD": {
                      "description": "Generated Minio root password.",
                      "defaultValue": "{{MINIO_ROOT_PASSWORD}}"
                    },
                    "MINIO_PRIVATE_ENDPOINT": {
                      "description": "Private Minio S3 endpoint used by Plane.",
                      "defaultValue": "http://${{MINIO_PRIVATE_HOST}}:${{MINIO_PRIVATE_PORT}}"
                    }
                  },
                  "volumeMounts": {
                    "9b2b4174-ae91-4313-8fdb-10ed8ff87ce8": {
                      "mountPath": "/data"
                    }
                  }
                },
                "b8fcc38a-34a2-40f8-9e2d-6c4d90640ed3": {
                  "icon": "https://cdn.sanity.io/images/sy1jschh/production/0ce0bfdcfbdbf69662b1116671f97c2dd788b655-157x157.svg",
                  "name": "Redis",
                  "deploy": {
                    "startCommand": "/bin/sh -c \"rm -rf $RAILWAY_VOLUME_MOUNT_PATH/lost+found/ && exec docker-entrypoint.sh redis-server --requirepass $REDIS_PASSWORD --save 60 1 --dir $RAILWAY_VOLUME_MOUNT_PATH\"",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "redis:8.2.9@sha256:66b7f4c2f3c6ef1b298bbd7b13c806bc6f71e61f1136a4f58710daf2cb053b21"
                  },
                  "variables": {
                    "REDISHOST": {
                      "isOptional": false,
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDISPORT": {
                      "isOptional": false,
                      "defaultValue": "6379"
                    },
                    "REDISUSER": {
                      "isOptional": false,
                      "defaultValue": "default"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Connection string for connecting to redis using the private network",
                      "defaultValue": "redis://${{ REDISUSER }}:${{ REDIS_PASSWORD }}@${{ REDISHOST }}:${{ REDISPORT }}"
                    },
                    "REDISPASSWORD": {
                      "isOptional": false,
                      "defaultValue": "${{REDIS_PASSWORD}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    },
                    "REDIS_PRIVATE_URL": {
                      "isOptional": false,
                      "description": "Private Redis URL.",
                      "defaultValue": "${{REDIS_URL}}"
                    }
                  },
                  "networking": {},
                  "volumeMounts": {
                    "b8fcc38a-34a2-40f8-9e2d-6c4d90640ed3": {
                      "mountPath": "/data"
                    }
                  },
                  "haTemplateCode": "redis-ha",
                  "haConversionConfig": {
                    "edge": {
                      "label": "Reverse Proxies",
                      "options": [
                        1,
                        2
                      ],
                      "nodeLabel": "HAProxy",
                      "description": "HAProxy instances routing writes to the primary",
                      "defaultValue": 2
                    },
                    "replica": {
                      "label": "Redis Replicas",
                      "options": [
                        2,
                        3,
                        4,
                        5
                      ],
                      "nodeLabel": "Redis",
                      "description": "Nodes running Redis + colocated Sentinel",
                      "defaultValue": 2
                    },
                    "internal": null,
                    "description": "This will convert your Redis instance to an HA cluster with Sentinel failover and HAProxy routing to the primary."
                  }
                },
                "d2129429-0a75-4f08-a036-f23891e78020": {
                  "icon": "https://plane.so/favicon.ico",
                  "name": "Worker",
                  "deploy": {
                    "startCommand": "./bin/docker-entrypoint-worker.sh",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "makeplane/plane-backend:v1.4.2@sha256:90032ce088708889b60c00d491897916f4deb882facda27db59fd10fb68729ef"
                  },
                  "variables": {
                    "DEBUG": {
                      "isOptional": false,
                      "description": "Disable Django debug mode.",
                      "defaultValue": "0"
                    },
                    "WEB_URL": {
                      "isOptional": false,
                      "description": "Public Plane origin.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "AMQP_URL": {
                      "isOptional": false,
                      "description": "Private RabbitMQ connection.",
                      "defaultValue": "amqp://${{RabbitMQ.USER}}:${{RabbitMQ.PASSWORD}}@${{RabbitMQ.RAILWAY_PRIVATE_DOMAIN}}:5672/${{RabbitMQ.VHOST}}"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Private Redis connection.",
                      "defaultValue": "${{Redis.REDIS_PRIVATE_URL}}"
                    },
                    "USE_MINIO": {
                      "isOptional": false,
                      "description": "Use the bundled private MinIO service.",
                      "defaultValue": "1"
                    },
                    "APP_DOMAIN": {
                      "isOptional": false,
                      "description": "Public Plane hostname.",
                      "defaultValue": "${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "AWS_REGION": {
                      "isOptional": true,
                      "description": "Optional S3 signing region.",
                      "defaultValue": ""
                    },
                    "REDIS_HOST": {
                      "isOptional": false,
                      "description": "Private Redis host.",
                      "defaultValue": "${{Redis.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDIS_PORT": {
                      "isOptional": false,
                      "description": "Private Redis port.",
                      "defaultValue": "6379"
                    },
                    "SECRET_KEY": {
                      "isOptional": false,
                      "description": "Shared generated Django signing key.",
                      "defaultValue": "${{API.SECRET_KEY}}"
                    },
                    "BUCKET_NAME": {
                      "isOptional": false,
                      "description": "Attachment bucket name used by the proxy.",
                      "defaultValue": "uploads"
                    },
                    "APP_BASE_URL": {
                      "isOptional": false,
                      "description": "Public Plane application origin.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "Private PostgreSQL connection.",
                      "defaultValue": "${{Postgres.DATABASE_PRIVATE_URL}}"
                    },
                    "SITE_ADDRESS": {
                      "isOptional": false,
                      "description": "Proxy site address metadata.",
                      "defaultValue": ":80"
                    },
                    "LIVE_BASE_URL": {
                      "isOptional": false,
                      "description": "Public Plane origin for Live.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "ADMIN_BASE_URL": {
                      "isOptional": false,
                      "description": "Public Plane origin for God Mode.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "LIVE_BASE_PATH": {
                      "isOptional": false,
                      "description": "Live collaboration path.",
                      "defaultValue": "/live"
                    },
                    "SPACE_BASE_URL": {
                      "isOptional": false,
                      "description": "Public Plane origin for Spaces.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "ADMIN_BASE_PATH": {
                      "isOptional": false,
                      "description": "God Mode path.",
                      "defaultValue": "/god-mode"
                    },
                    "FILE_SIZE_LIMIT": {
                      "isOptional": false,
                      "description": "Maximum upload size in bytes.",
                      "defaultValue": "5242880"
                    },
                    "MINIO_ROOT_USER": {
                      "isOptional": false,
                      "description": "MinIO access key reference.",
                      "defaultValue": "${{Bucket.MINIO_ROOT_USER}}"
                    },
                    "SPACE_BASE_PATH": {
                      "isOptional": false,
                      "description": "Spaces path.",
                      "defaultValue": "/spaces"
                    },
                    "GUNICORN_WORKERS": {
                      "isOptional": false,
                      "description": "API worker count suitable for the initial Railway allocation.",
                      "defaultValue": "1"
                    },
                    "LISTEN_HTTP_PORT": {
                      "isOptional": false,
                      "description": "Proxy HTTP port metadata.",
                      "defaultValue": "80"
                    },
                    "AWS_ACCESS_KEY_ID": {
                      "isOptional": false,
                      "description": "Private MinIO access key.",
                      "defaultValue": "${{Bucket.MINIO_ROOT_USER}}"
                    },
                    "LISTEN_HTTPS_PORT": {
                      "isOptional": false,
                      "description": "Proxy HTTPS port metadata.",
                      "defaultValue": "443"
                    },
                    "API_KEY_RATE_LIMIT": {
                      "isOptional": false,
                      "description": "Default API key rate limit.",
                      "defaultValue": "60/minute"
                    },
                    "AWS_S3_BUCKET_NAME": {
                      "isOptional": false,
                      "description": "Attachment bucket name.",
                      "defaultValue": "uploads"
                    },
                    "MINIO_ENDPOINT_SSL": {
                      "isOptional": false,
                      "description": "Use HTTP on Railway private networking.",
                      "defaultValue": "0"
                    },
                    "AWS_S3_ENDPOINT_URL": {
                      "isOptional": false,
                      "description": "Private MinIO S3 endpoint.",
                      "defaultValue": "${{Bucket.MINIO_PRIVATE_ENDPOINT}}"
                    },
                    "MINIO_ROOT_PASSWORD": {
                      "isOptional": false,
                      "description": "MinIO secret key reference.",
                      "defaultValue": "${{Bucket.MINIO_ROOT_PASSWORD}}"
                    },
                    "WEBHOOK_ALLOWED_IPS": {
                      "isOptional": true,
                      "description": "Optional webhook IP allowlist.",
                      "defaultValue": ""
                    },
                    "CORS_ALLOWED_ORIGINS": {
                      "isOptional": false,
                      "description": "Allow browser requests from the public proxy origin.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "AWS_SECRET_ACCESS_KEY": {
                      "isOptional": false,
                      "description": "Private MinIO secret key.",
                      "defaultValue": "${{Bucket.MINIO_ROOT_PASSWORD}}"
                    },
                    "SIGNED_URL_EXPIRATION": {
                      "isOptional": false,
                      "description": "Signed attachment URL lifetime in seconds.",
                      "defaultValue": "3600"
                    },
                    "WEBHOOK_ALLOWED_HOSTS": {
                      "isOptional": true,
                      "description": "Optional webhook host allowlist.",
                      "defaultValue": ""
                    },
                    "HARD_DELETE_AFTER_DAYS": {
                      "isOptional": false,
                      "description": "Retention before hard deletion.",
                      "defaultValue": "60"
                    },
                    "LIVE_SERVER_SECRET_KEY": {
                      "isOptional": false,
                      "description": "Shared Live authentication key.",
                      "defaultValue": "${{Live.LIVE_SERVER_SECRET_KEY}}"
                    },
                    "ENABLE_ALPINE_PRIVATE_NETWORKING": {
                      "isOptional": false,
                      "description": "Enable Railway private IPv6 networking.",
                      "defaultValue": "true"
                    }
                  }
                },
                "ff90e6e1-d091-4033-b753-9126f2d247a9": {
                  "icon": "https://plane.so/favicon.ico",
                  "name": "Beat Worker",
                  "deploy": {
                    "startCommand": "./bin/docker-entrypoint-beat.sh",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "makeplane/plane-backend:v1.4.2@sha256:90032ce088708889b60c00d491897916f4deb882facda27db59fd10fb68729ef"
                  },
                  "variables": {
                    "DEBUG": {
                      "isOptional": false,
                      "description": "Disable Django debug mode.",
                      "defaultValue": "0"
                    },
                    "WEB_URL": {
                      "isOptional": false,
                      "description": "Public Plane origin.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "AMQP_URL": {
                      "isOptional": false,
                      "description": "Private RabbitMQ connection.",
                      "defaultValue": "amqp://${{RabbitMQ.USER}}:${{RabbitMQ.PASSWORD}}@${{RabbitMQ.RAILWAY_PRIVATE_DOMAIN}}:5672/${{RabbitMQ.VHOST}}"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Private Redis connection.",
                      "defaultValue": "${{Redis.REDIS_PRIVATE_URL}}"
                    },
                    "USE_MINIO": {
                      "isOptional": false,
                      "description": "Use the bundled private MinIO service.",
                      "defaultValue": "1"
                    },
                    "APP_DOMAIN": {
                      "isOptional": false,
                      "description": "Public Plane hostname.",
                      "defaultValue": "${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "AWS_REGION": {
                      "isOptional": true,
                      "description": "Optional S3 signing region.",
                      "defaultValue": ""
                    },
                    "REDIS_HOST": {
                      "isOptional": false,
                      "description": "Private Redis host.",
                      "defaultValue": "${{Redis.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDIS_PORT": {
                      "isOptional": false,
                      "description": "Private Redis port.",
                      "defaultValue": "6379"
                    },
                    "SECRET_KEY": {
                      "isOptional": false,
                      "description": "Shared generated Django signing key.",
                      "defaultValue": "${{API.SECRET_KEY}}"
                    },
                    "BUCKET_NAME": {
                      "isOptional": false,
                      "description": "Attachment bucket name used by the proxy.",
                      "defaultValue": "uploads"
                    },
                    "APP_BASE_URL": {
                      "isOptional": false,
                      "description": "Public Plane application origin.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "Private PostgreSQL connection.",
                      "defaultValue": "${{Postgres.DATABASE_PRIVATE_URL}}"
                    },
                    "SITE_ADDRESS": {
                      "isOptional": false,
                      "description": "Proxy site address metadata.",
                      "defaultValue": ":80"
                    },
                    "LIVE_BASE_URL": {
                      "isOptional": false,
                      "description": "Public Plane origin for Live.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "ADMIN_BASE_URL": {
                      "isOptional": false,
                      "description": "Public Plane origin for God Mode.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "LIVE_BASE_PATH": {
                      "isOptional": false,
                      "description": "Live collaboration path.",
                      "defaultValue": "/live"
                    },
                    "SPACE_BASE_URL": {
                      "isOptional": false,
                      "description": "Public Plane origin for Spaces.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "ADMIN_BASE_PATH": {
                      "isOptional": false,
                      "description": "God Mode path.",
                      "defaultValue": "/god-mode"
                    },
                    "FILE_SIZE_LIMIT": {
                      "isOptional": false,
                      "description": "Maximum upload size in bytes.",
                      "defaultValue": "5242880"
                    },
                    "MINIO_ROOT_USER": {
                      "isOptional": false,
                      "description": "MinIO access key reference.",
                      "defaultValue": "${{Bucket.MINIO_ROOT_USER}}"
                    },
                    "SPACE_BASE_PATH": {
                      "isOptional": false,
                      "description": "Spaces path.",
                      "defaultValue": "/spaces"
                    },
                    "GUNICORN_WORKERS": {
                      "isOptional": false,
                      "description": "API worker count suitable for the initial Railway allocation.",
                      "defaultValue": "1"
                    },
                    "LISTEN_HTTP_PORT": {
                      "isOptional": false,
                      "description": "Proxy HTTP port metadata.",
                      "defaultValue": "80"
                    },
                    "AWS_ACCESS_KEY_ID": {
                      "isOptional": false,
                      "description": "Private MinIO access key.",
                      "defaultValue": "${{Bucket.MINIO_ROOT_USER}}"
                    },
                    "LISTEN_HTTPS_PORT": {
                      "isOptional": false,
                      "description": "Proxy HTTPS port metadata.",
                      "defaultValue": "443"
                    },
                    "API_KEY_RATE_LIMIT": {
                      "isOptional": false,
                      "description": "Default API key rate limit.",
                      "defaultValue": "60/minute"
                    },
                    "AWS_S3_BUCKET_NAME": {
                      "isOptional": false,
                      "description": "Attachment bucket name.",
                      "defaultValue": "uploads"
                    },
                    "MINIO_ENDPOINT_SSL": {
                      "isOptional": false,
                      "description": "Use HTTP on Railway private networking.",
                      "defaultValue": "0"
                    },
                    "AWS_S3_ENDPOINT_URL": {
                      "isOptional": false,
                      "description": "Private MinIO S3 endpoint.",
                      "defaultValue": "${{Bucket.MINIO_PRIVATE_ENDPOINT}}"
                    },
                    "MINIO_ROOT_PASSWORD": {
                      "isOptional": false,
                      "description": "MinIO secret key reference.",
                      "defaultValue": "${{Bucket.MINIO_ROOT_PASSWORD}}"
                    },
                    "WEBHOOK_ALLOWED_IPS": {
                      "isOptional": true,
                      "description": "Optional webhook IP allowlist.",
                      "defaultValue": ""
                    },
                    "CORS_ALLOWED_ORIGINS": {
                      "isOptional": false,
                      "description": "Allow browser requests from the public proxy origin.",
                      "defaultValue": "https://${{Plane.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "AWS_SECRET_ACCESS_KEY": {
                      "isOptional": false,
                      "description": "Private MinIO secret key.",
                      "defaultValue": "${{Bucket.MINIO_ROOT_PASSWORD}}"
                    },
                    "SIGNED_URL_EXPIRATION": {
                      "isOptional": false,
                      "description": "Signed attachment URL lifetime in seconds.",
                      "defaultValue": "3600"
                    },
                    "WEBHOOK_ALLOWED_HOSTS": {
                      "isOptional": true,
                      "description": "Optional webhook host allowlist.",
                      "defaultValue": ""
                    },
                    "HARD_DELETE_AFTER_DAYS": {
                      "isOptional": false,
                      "description": "Retention before hard deletion.",
                      "defaultValue": "60"
                    },
                    "LIVE_SERVER_SECRET_KEY": {
                      "isOptional": false,
                      "description": "Shared Live authentication key.",
                      "defaultValue": "${{Live.LIVE_SERVER_SECRET_KEY}}"
                    },
                    "ENABLE_ALPINE_PRIVATE_NETWORKING": {
                      "isOptional": false,
                      "description": "Enable Railway private IPv6 networking.",
                      "defaultValue": "true"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Plane",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 13,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-18T17:28:34.339Z",
  "success_rate_30d": 0.2,
  "validation": {
    "last_run_id": "run_f651be8fd8a14eb6a78d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "QUEUED,QUEUED,QUEUED,BUILDING,QUEUED,FAILED,QUEUED,QUEUED,DEPLOYING,DEPLOYING,DEPLOYING,DEPLOYING,DEPLOYING"
      }
    ],
    "typical_ready_seconds": 107,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "Migrator"
  }
}
