{
  "manifest_version": "1.0.0",
  "template": {
    "id": "743b1f63-c538-4656-9419-ea118448996a",
    "slug": "relaticle",
    "name": "relaticle | AI-powered CRM",
    "description": "The open source CRM built for people and AI-powered work.",
    "url": "https://railway.com/deploy/relaticle",
    "upstream": {
      "image": "ghcr.io/tab58/relaticle-railway:3.5.6"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "redis-relaticle",
      "source": {
        "image": "redis:8.2"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    },
    {
      "name": "relaticle",
      "source": {
        "image": "ghcr.io/tab58/relaticle-railway:3.5.6"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/www/html/storage/app",
      "http": true
    },
    {
      "name": "reverb",
      "source": {
        "image": "ghcr.io/relaticle/relaticle:3.5.6"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "horizon",
      "source": {
        "image": "ghcr.io/relaticle/relaticle:3.5.6"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "scheduler",
      "source": {
        "image": "ghcr.io/relaticle/relaticle:3.5.6"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "pg-relaticle",
      "source": {
        "image": "ghcr.io/railwayapp-templates/postgres-ssl:18"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "REDISHOST",
      "service": "redis-relaticle",
      "description": "Private network hostname of the Redis service, only resolvable from services in the same environment",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDISPORT",
      "service": "redis-relaticle",
      "description": "Port that Redis listens on",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "REDISUSER",
      "service": "redis-relaticle",
      "description": "Username for authenticating with Redis",
      "secret": false,
      "strategy": "default",
      "default": "default"
    },
    {
      "key": "REDIS_URL",
      "service": "redis-relaticle",
      "description": "Connection string for connecting to Redis using the private network",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDISPASSWORD",
      "service": "redis-relaticle",
      "description": "Alias of REDIS_PASSWORD for clients that expect the unseparated name",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "redis-relaticle",
      "description": "Randomly generated password for authenticating with Redis",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "APP_ENV",
      "service": "relaticle",
      "description": "Laravel environment. Keep as production.",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "APP_KEY",
      "service": "relaticle",
      "description": "Laravel encryption key (auto-generated, 32 bytes).",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "APP_URL",
      "service": "relaticle",
      "description": "Public URL of the app. Defaults to the Railway-provided domain.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "DB_HOST",
      "service": "relaticle",
      "description": "Postgres host, from the pg-relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_PORT",
      "service": "relaticle",
      "description": "Postgres port, from the pg-relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_NAME",
      "service": "relaticle",
      "description": "Application name shown in the UI and emails.",
      "secret": false,
      "strategy": "default",
      "default": "Relaticle"
    },
    {
      "key": "APP_DEBUG",
      "service": "relaticle",
      "description": "Enable Laravel debug mode. Keep false in production.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "LOG_LEVEL",
      "service": "relaticle",
      "description": "Minimum log level.",
      "secret": false,
      "strategy": "default",
      "default": "warning"
    },
    {
      "key": "MAIL_PORT",
      "service": "relaticle",
      "description": "SMTP port.",
      "secret": false,
      "strategy": "default",
      "default": "587"
    },
    {
      "key": "REDIS_HOST",
      "service": "relaticle",
      "description": "Redis host, from the redis-relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PORT",
      "service": "relaticle",
      "description": "Redis port, from the redis-relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "CACHE_STORE",
      "service": "relaticle",
      "description": "Cache backend.",
      "secret": false,
      "strategy": "default",
      "default": "redis"
    },
    {
      "key": "DB_DATABASE",
      "service": "relaticle",
      "description": "Postgres database name, from the pg-relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_PASSWORD",
      "service": "relaticle",
      "description": "Postgres password, from the pg-relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_USERNAME",
      "service": "relaticle",
      "description": "Postgres user, from the pg-relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LOG_CHANNEL",
      "service": "relaticle",
      "description": "Laravel log channel. stderr sends logs to Railway.",
      "secret": false,
      "strategy": "default",
      "default": "stderr"
    },
    {
      "key": "MAIL_MAILER",
      "service": "relaticle",
      "description": "Mail transport. log writes emails to the log. Set to smtp and fill MAIL_HOST/USERNAME/PASSWORD to send real email.",
      "secret": false,
      "strategy": "default",
      "default": "log"
    },
    {
      "key": "REVERB_HOST",
      "service": "relaticle",
      "description": "Public host of the reverb service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "REVERB_PORT",
      "service": "relaticle",
      "description": "Reverb public port (Railway terminates TLS).",
      "secret": false,
      "strategy": "default",
      "default": "443"
    },
    {
      "key": "APP_TIMEZONE",
      "service": "relaticle",
      "description": "Application timezone.",
      "secret": false,
      "strategy": "default",
      "default": "UTC"
    },
    {
      "key": "OLLAMA_MODEL",
      "service": "relaticle",
      "description": "Tool-capable Ollama model tag, e.g. glm-5.3-flash or gpt-oss:120b. Adds it to the chat model picker.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "DB_CONNECTION",
      "service": "relaticle",
      "description": "Database driver. Postgres.",
      "secret": false,
      "strategy": "default",
      "default": "pgsql"
    },
    {
      "key": "REVERB_APP_ID",
      "service": "relaticle",
      "description": "Reverb app id (auto-generated).",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "REVERB_SCHEME",
      "service": "relaticle",
      "description": "Reverb public scheme.",
      "secret": false,
      "strategy": "default",
      "default": "https"
    },
    {
      "key": "MAIL_FROM_NAME",
      "service": "relaticle",
      "description": "From name for outgoing email.",
      "secret": false,
      "strategy": "default",
      "default": "Relaticle"
    },
    {
      "key": "OLLAMA_API_KEY",
      "service": "relaticle",
      "description": "Ollama cloud API key (https://ollama.com/settings/keys). Leave empty to skip.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "OPENAI_API_KEY",
      "service": "relaticle",
      "description": "OpenAI API key for chat models. Optional.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "relaticle",
      "description": "Redis password, from the redis-relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REVERB_APP_KEY",
      "service": "relaticle",
      "description": "Reverb public key (auto-generated). Injected into the JS bundle at boot.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "SESSION_DRIVER",
      "service": "relaticle",
      "description": "Session backend.",
      "secret": false,
      "strategy": "default",
      "default": "redis"
    },
    {
      "key": "AUTORUN_ENABLED",
      "service": "relaticle",
      "description": "Run serversideup/php Laravel automations on boot.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "MAIL_ENCRYPTION",
      "service": "relaticle",
      "description": "SMTP encryption.",
      "secret": false,
      "strategy": "default",
      "default": "tls"
    },
    {
      "key": "OLLAMA_BASE_URL",
      "service": "relaticle",
      "description": "Ollama endpoint. Default is Ollama cloud.",
      "secret": false,
      "strategy": "default",
      "default": "https://ollama.com"
    },
    {
      "key": "GOOGLE_CLIENT_ID",
      "service": "relaticle",
      "description": "Google OAuth client id for 'Continue with Google'. Optional.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "QUEUE_CONNECTION",
      "service": "relaticle",
      "description": "Queue backend used by Horizon.",
      "secret": false,
      "strategy": "default",
      "default": "redis"
    },
    {
      "key": "ANTHROPIC_API_KEY",
      "service": "relaticle",
      "description": "Anthropic API key for Claude models. Optional.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "MAIL_FROM_ADDRESS",
      "service": "relaticle",
      "description": "From address for outgoing email.",
      "secret": false,
      "strategy": "default",
      "default": "hello@example.com"
    },
    {
      "key": "REVERB_APP_SECRET",
      "service": "relaticle",
      "description": "Reverb secret (auto-generated).",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "GOOGLE_REDIRECT_URI",
      "service": "relaticle",
      "description": "Register this as the authorized redirect URI in Google Cloud.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "BROADCAST_CONNECTION",
      "service": "relaticle",
      "description": "Realtime broadcasting driver.",
      "secret": false,
      "strategy": "default",
      "default": "reverb"
    },
    {
      "key": "GOOGLE_CLIENT_SECRET",
      "service": "relaticle",
      "description": "Google OAuth client secret. Optional.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "AUTORUN_LARAVEL_MIGRATION",
      "service": "relaticle",
      "description": "Run database migrations automatically on deploy.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "REQUIRE_EMAIL_VERIFICATION",
      "service": "relaticle",
      "description": "Require email verification on signup. Needs MAIL_* configured when true.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "AUTORUN_LARAVEL_MIGRATION_ISOLATION",
      "service": "relaticle",
      "description": "Use migrate --isolated so only one instance migrates.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "APP_ENV",
      "service": "reverb",
      "description": "Laravel environment. Keep as production. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_KEY",
      "service": "reverb",
      "description": "Laravel encryption key (auto-generated, 32 bytes). Shared from the relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_URL",
      "service": "reverb",
      "description": "Public URL of the app. Defaults to the Railway-provided domain. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_HOST",
      "service": "reverb",
      "description": "Postgres host, from the pg-relaticle service. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_PORT",
      "service": "reverb",
      "description": "Postgres port, from the pg-relaticle service. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_HOST",
      "service": "reverb",
      "description": "Redis host, from the redis-relaticle service. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PORT",
      "service": "reverb",
      "description": "Redis port, from the redis-relaticle service. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "CACHE_STORE",
      "service": "reverb",
      "description": "Cache backend. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_DATABASE",
      "service": "reverb",
      "description": "Postgres database name, from the pg-relaticle service. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_PASSWORD",
      "service": "reverb",
      "description": "Postgres password, from the pg-relaticle service. Shared from the relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_USERNAME",
      "service": "reverb",
      "description": "Postgres user, from the pg-relaticle service. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LOG_CHANNEL",
      "service": "reverb",
      "description": "Laravel log channel. stderr sends logs to Railway. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REVERB_HOST",
      "service": "reverb",
      "description": "This service's public host.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "REVERB_PORT",
      "service": "reverb",
      "description": "Reverb public port (Railway terminates TLS). Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_CONNECTION",
      "service": "reverb",
      "description": "Database driver. Postgres. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REVERB_APP_ID",
      "service": "reverb",
      "description": "Reverb app id (auto-generated). Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REVERB_SCHEME",
      "service": "reverb",
      "description": "Reverb public scheme. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "reverb",
      "description": "Redis password, from the redis-relaticle service. Shared from the relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REVERB_APP_KEY",
      "service": "reverb",
      "description": "Reverb public key (auto-generated). Injected into the JS bundle at boot. Shared from the relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "AUTORUN_ENABLED",
      "service": "reverb",
      "description": "No migrations/caches on the websocket server.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "REVERB_APP_SECRET",
      "service": "reverb",
      "description": "Reverb secret (auto-generated). Shared from the relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_ENV",
      "service": "horizon",
      "description": "Laravel environment. Keep as production. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_KEY",
      "service": "horizon",
      "description": "Laravel encryption key (auto-generated, 32 bytes). Shared from the relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_URL",
      "service": "horizon",
      "description": "Public URL of the app. Defaults to the Railway-provided domain. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_HOST",
      "service": "horizon",
      "description": "Postgres host, from the pg-relaticle service. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_PORT",
      "service": "horizon",
      "description": "Postgres port, from the pg-relaticle service. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_NAME",
      "service": "horizon",
      "description": "Application name shown in the UI and emails. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_DEBUG",
      "service": "horizon",
      "description": "Enable Laravel debug mode. Keep false in production. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LOG_LEVEL",
      "service": "horizon",
      "description": "Minimum log level. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MAIL_HOST",
      "service": "horizon",
      "description": "SMTP host. Only needed if MAIL_MAILER=smtp. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MAIL_PORT",
      "service": "horizon",
      "description": "SMTP port. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_HOST",
      "service": "horizon",
      "description": "Redis host, from the redis-relaticle service. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PORT",
      "service": "horizon",
      "description": "Redis port, from the redis-relaticle service. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "CACHE_STORE",
      "service": "horizon",
      "description": "Cache backend. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_DATABASE",
      "service": "horizon",
      "description": "Postgres database name, from the pg-relaticle service. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_PASSWORD",
      "service": "horizon",
      "description": "Postgres password, from the pg-relaticle service. Shared from the relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_USERNAME",
      "service": "horizon",
      "description": "Postgres user, from the pg-relaticle service. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LOG_CHANNEL",
      "service": "horizon",
      "description": "Laravel log channel. stderr sends logs to Railway. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MAIL_MAILER",
      "service": "horizon",
      "description": "Mail transport. log writes emails to the log. Set to smtp and fill MAIL_HOST/USERNAME/PASSWORD to send real email. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REVERB_HOST",
      "service": "horizon",
      "description": "Public host of the reverb service. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REVERB_PORT",
      "service": "horizon",
      "description": "Reverb public port (Railway terminates TLS). Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "OLLAMA_MODEL",
      "service": "horizon",
      "description": "Tool-capable Ollama model tag, e.g. glm-5.3-flash or gpt-oss:120b. Adds it to the chat model picker. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_CONNECTION",
      "service": "horizon",
      "description": "Database driver. Postgres. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MAIL_PASSWORD",
      "service": "horizon",
      "description": "SMTP password. Only needed if MAIL_MAILER=smtp. Shared from the relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MAIL_USERNAME",
      "service": "horizon",
      "description": "SMTP username. Only needed if MAIL_MAILER=smtp. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REVERB_APP_ID",
      "service": "horizon",
      "description": "Reverb app id (auto-generated). Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REVERB_SCHEME",
      "service": "horizon",
      "description": "Reverb public scheme. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MAIL_FROM_NAME",
      "service": "horizon",
      "description": "From name for outgoing email. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "OLLAMA_API_KEY",
      "service": "horizon",
      "description": "Ollama cloud API key (https://ollama.com/settings/keys). Leave empty to skip. Shared from the relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "OPENAI_API_KEY",
      "service": "horizon",
      "description": "OpenAI API key for chat models. Optional. Shared from the relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "horizon",
      "description": "Redis password, from the redis-relaticle service. Shared from the relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REVERB_APP_KEY",
      "service": "horizon",
      "description": "Reverb public key (auto-generated). Injected into the JS bundle at boot. Shared from the relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "AUTORUN_ENABLED",
      "service": "horizon",
      "description": "No migrations/caches on workers.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "MAIL_ENCRYPTION",
      "service": "horizon",
      "description": "SMTP encryption. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "OLLAMA_BASE_URL",
      "service": "horizon",
      "description": "Ollama endpoint. Default is Ollama cloud. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_PANEL_DOMAIN",
      "service": "horizon",
      "description": "Optional separate domain for the admin panel. Leave empty to serve on APP_URL. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "QUEUE_CONNECTION",
      "service": "horizon",
      "description": "Queue backend used by Horizon. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "ANTHROPIC_API_KEY",
      "service": "horizon",
      "description": "Anthropic API key for Claude models. Optional. Shared from the relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MAIL_FROM_ADDRESS",
      "service": "horizon",
      "description": "From address for outgoing email. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REVERB_APP_SECRET",
      "service": "horizon",
      "description": "Reverb secret (auto-generated). Shared from the relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "BROADCAST_CONNECTION",
      "service": "horizon",
      "description": "Realtime broadcasting driver. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REQUIRE_EMAIL_VERIFICATION",
      "service": "horizon",
      "description": "Require email verification on signup. Needs MAIL_* configured when true. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_ENV",
      "service": "scheduler",
      "description": "Laravel environment. Keep as production. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_KEY",
      "service": "scheduler",
      "description": "Laravel encryption key (auto-generated, 32 bytes). Shared from the relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_URL",
      "service": "scheduler",
      "description": "Public URL of the app. Defaults to the Railway-provided domain. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_HOST",
      "service": "scheduler",
      "description": "Postgres host, from the pg-relaticle service. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_PORT",
      "service": "scheduler",
      "description": "Postgres port, from the pg-relaticle service. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_NAME",
      "service": "scheduler",
      "description": "Application name shown in the UI and emails. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_DEBUG",
      "service": "scheduler",
      "description": "Enable Laravel debug mode. Keep false in production. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LOG_LEVEL",
      "service": "scheduler",
      "description": "Minimum log level. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MAIL_HOST",
      "service": "scheduler",
      "description": "SMTP host. Only needed if MAIL_MAILER=smtp. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MAIL_PORT",
      "service": "scheduler",
      "description": "SMTP port. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_HOST",
      "service": "scheduler",
      "description": "Redis host, from the redis-relaticle service. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PORT",
      "service": "scheduler",
      "description": "Redis port, from the redis-relaticle service. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "CACHE_STORE",
      "service": "scheduler",
      "description": "Cache backend. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_DATABASE",
      "service": "scheduler",
      "description": "Postgres database name, from the pg-relaticle service. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_PASSWORD",
      "service": "scheduler",
      "description": "Postgres password, from the pg-relaticle service. Shared from the relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_USERNAME",
      "service": "scheduler",
      "description": "Postgres user, from the pg-relaticle service. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LOG_CHANNEL",
      "service": "scheduler",
      "description": "Laravel log channel. stderr sends logs to Railway. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MAIL_MAILER",
      "service": "scheduler",
      "description": "Mail transport. log writes emails to the log. Set to smtp and fill MAIL_HOST/USERNAME/PASSWORD to send real email. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REVERB_HOST",
      "service": "scheduler",
      "description": "Public host of the reverb service. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REVERB_PORT",
      "service": "scheduler",
      "description": "Reverb public port (Railway terminates TLS). Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "OLLAMA_MODEL",
      "service": "scheduler",
      "description": "Tool-capable Ollama model tag, e.g. glm-5.3-flash or gpt-oss:120b. Adds it to the chat model picker. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DB_CONNECTION",
      "service": "scheduler",
      "description": "Database driver. Postgres. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MAIL_PASSWORD",
      "service": "scheduler",
      "description": "SMTP password. Only needed if MAIL_MAILER=smtp. Shared from the relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MAIL_USERNAME",
      "service": "scheduler",
      "description": "SMTP username. Only needed if MAIL_MAILER=smtp. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REVERB_APP_ID",
      "service": "scheduler",
      "description": "Reverb app id (auto-generated). Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REVERB_SCHEME",
      "service": "scheduler",
      "description": "Reverb public scheme. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MAIL_FROM_NAME",
      "service": "scheduler",
      "description": "From name for outgoing email. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "OLLAMA_API_KEY",
      "service": "scheduler",
      "description": "Ollama cloud API key (https://ollama.com/settings/keys). Leave empty to skip. Shared from the relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "OPENAI_API_KEY",
      "service": "scheduler",
      "description": "OpenAI API key for chat models. Optional. Shared from the relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "scheduler",
      "description": "Redis password, from the redis-relaticle service. Shared from the relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REVERB_APP_KEY",
      "service": "scheduler",
      "description": "Reverb public key (auto-generated). Injected into the JS bundle at boot. Shared from the relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "AUTORUN_ENABLED",
      "service": "scheduler",
      "description": "No migrations/caches on workers.",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "MAIL_ENCRYPTION",
      "service": "scheduler",
      "description": "SMTP encryption. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "OLLAMA_BASE_URL",
      "service": "scheduler",
      "description": "Ollama endpoint. Default is Ollama cloud. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_PANEL_DOMAIN",
      "service": "scheduler",
      "description": "Optional separate domain for the admin panel. Leave empty to serve on APP_URL. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "QUEUE_CONNECTION",
      "service": "scheduler",
      "description": "Queue backend used by Horizon. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "ANTHROPIC_API_KEY",
      "service": "scheduler",
      "description": "Anthropic API key for Claude models. Optional. Shared from the relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MAIL_FROM_ADDRESS",
      "service": "scheduler",
      "description": "From address for outgoing email. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REVERB_APP_SECRET",
      "service": "scheduler",
      "description": "Reverb secret (auto-generated). Shared from the relaticle service.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "BROADCAST_CONNECTION",
      "service": "scheduler",
      "description": "Realtime broadcasting driver. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REQUIRE_EMAIL_VERIFICATION",
      "service": "scheduler",
      "description": "Require email verification on signup. Needs MAIL_* configured when true. Shared from the relaticle service.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGDATA",
      "service": "pg-relaticle",
      "description": "Location where the database will be initialized",
      "secret": false,
      "strategy": "default",
      "default": "/var/lib/postgresql/data/pgdata"
    },
    {
      "key": "PGHOST",
      "service": "pg-relaticle",
      "description": "Railway Private Domain Name.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "PGPORT",
      "service": "pg-relaticle",
      "description": "Port to connect to Postgres.",
      "secret": false,
      "strategy": "default",
      "default": "5432"
    },
    {
      "key": "PGUSER",
      "service": "pg-relaticle",
      "description": "Required variable for Data panel",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGDATABASE",
      "service": "pg-relaticle",
      "description": "Required variable for the data panel.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGPASSWORD",
      "service": "pg-relaticle",
      "description": "Required variable for Data panel",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_DB",
      "service": "pg-relaticle",
      "description": "Default database created when image is started.",
      "secret": false,
      "strategy": "default",
      "default": "railway"
    },
    {
      "key": "DATABASE_URL",
      "service": "pg-relaticle",
      "description": "URL to connect to Postgres database.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "POSTGRES_USER",
      "service": "pg-relaticle",
      "description": "User to connect to Postgres DB",
      "secret": false,
      "strategy": "default",
      "default": "postgres"
    },
    {
      "key": "SSL_CERT_DAYS",
      "service": "pg-relaticle",
      "description": "SSL certificate expiry in days.",
      "secret": false,
      "strategy": "default",
      "default": "820"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "pg-relaticle",
      "description": "Password to connect to DB",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_DRAINING_SECONDS",
      "service": "pg-relaticle",
      "description": "Allow Postgres to cleanly shut down",
      "secret": false,
      "strategy": "default",
      "default": "60"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "relaticle"
      }
    },
    "cli": "railway deploy --template relaticle",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "743b1f63-c538-4656-9419-ea118448996a",
            "serializedConfig": {
              "services": {
                "0938e67a-19b7-4f9e-875a-b96c997389ef": {
                  "icon": "https://cdn.sanity.io/images/sy1jschh/production/0ce0bfdcfbdbf69662b1116671f97c2dd788b655-157x157.svg",
                  "name": "redis-relaticle",
                  "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\""
                  },
                  "source": {
                    "image": "redis:8.2"
                  },
                  "variables": {
                    "REDISHOST": {
                      "isOptional": false,
                      "description": "Private network hostname of the Redis service, only resolvable from services in the same environment",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDISPORT": {
                      "isOptional": false,
                      "description": "Port that Redis listens on",
                      "defaultValue": "6379"
                    },
                    "REDISUSER": {
                      "isOptional": false,
                      "description": "Username for authenticating with Redis",
                      "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,
                      "description": "Alias of REDIS_PASSWORD for clients that expect the unseparated name",
                      "defaultValue": "${{REDIS_PASSWORD}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Randomly generated password for authenticating with Redis",
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    }
                  },
                  "volumeMounts": {
                    "0938e67a-19b7-4f9e-875a-b96c997389ef": {
                      "mountPath": "/data"
                    }
                  },
                  "haTemplateCode": "redis-ha"
                },
                "1c7f7bbe-bb0d-49df-81af-64903d9a2d08": {
                  "icon": "https://relaticle.com/brand/logomark.svg",
                  "name": "relaticle",
                  "deploy": {
                    "healthcheckPath": "/up"
                  },
                  "source": {
                    "image": "ghcr.io/tab58/relaticle-railway:3.5.6"
                  },
                  "variables": {
                    "APP_ENV": {
                      "isOptional": true,
                      "description": "Laravel environment. Keep as production.",
                      "defaultValue": "production"
                    },
                    "APP_KEY": {
                      "isOptional": false,
                      "description": "Laravel encryption key (auto-generated, 32 bytes).",
                      "defaultValue": "{{APP_KEY}}"
                    },
                    "APP_URL": {
                      "isOptional": true,
                      "description": "Public URL of the app. Defaults to the Railway-provided domain.",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "DB_HOST": {
                      "isOptional": false,
                      "description": "Postgres host, from the pg-relaticle service.",
                      "defaultValue": "${{pg-relaticle.PGHOST}}"
                    },
                    "DB_PORT": {
                      "isOptional": false,
                      "description": "Postgres port, from the pg-relaticle service.",
                      "defaultValue": "${{pg-relaticle.PGPORT}}"
                    },
                    "APP_NAME": {
                      "isOptional": true,
                      "description": "Application name shown in the UI and emails.",
                      "defaultValue": "Relaticle"
                    },
                    "APP_DEBUG": {
                      "isOptional": true,
                      "description": "Enable Laravel debug mode. Keep false in production.",
                      "defaultValue": "false"
                    },
                    "LOG_LEVEL": {
                      "isOptional": true,
                      "description": "Minimum log level.",
                      "defaultValue": "warning"
                    },
                    "MAIL_HOST": {
                      "isOptional": true,
                      "description": "SMTP host. Only needed if MAIL_MAILER=smtp.",
                      "defaultValue": ""
                    },
                    "MAIL_PORT": {
                      "description": "SMTP port.",
                      "defaultValue": "587"
                    },
                    "REDIS_HOST": {
                      "isOptional": false,
                      "description": "Redis host, from the redis-relaticle service.",
                      "defaultValue": "${{redis-relaticle.REDISHOST}}"
                    },
                    "REDIS_PORT": {
                      "isOptional": false,
                      "description": "Redis port, from the redis-relaticle service.",
                      "defaultValue": "${{redis-relaticle.REDISPORT}}"
                    },
                    "CACHE_STORE": {
                      "isOptional": false,
                      "description": "Cache backend.",
                      "defaultValue": "redis"
                    },
                    "DB_DATABASE": {
                      "isOptional": false,
                      "description": "Postgres database name, from the pg-relaticle service.",
                      "defaultValue": "${{pg-relaticle.PGDATABASE}}"
                    },
                    "DB_PASSWORD": {
                      "isOptional": false,
                      "description": "Postgres password, from the pg-relaticle service.",
                      "defaultValue": "${{pg-relaticle.POSTGRES_PASSWORD}}"
                    },
                    "DB_USERNAME": {
                      "isOptional": false,
                      "description": "Postgres user, from the pg-relaticle service.",
                      "defaultValue": "${{pg-relaticle.POSTGRES_USER}}"
                    },
                    "LOG_CHANNEL": {
                      "isOptional": true,
                      "description": "Laravel log channel. stderr sends logs to Railway.",
                      "defaultValue": "stderr"
                    },
                    "MAIL_MAILER": {
                      "description": "Mail transport. log writes emails to the log. Set to smtp and fill MAIL_HOST/USERNAME/PASSWORD to send real email.",
                      "defaultValue": "log"
                    },
                    "REVERB_HOST": {
                      "description": "Public host of the reverb service.",
                      "defaultValue": "${{reverb.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "REVERB_PORT": {
                      "description": "Reverb public port (Railway terminates TLS).",
                      "defaultValue": "443"
                    },
                    "APP_TIMEZONE": {
                      "isOptional": true,
                      "description": "Application timezone.",
                      "defaultValue": "UTC"
                    },
                    "OLLAMA_MODEL": {
                      "description": "Tool-capable Ollama model tag, e.g. glm-5.3-flash or gpt-oss:120b. Adds it to the chat model picker.",
                      "defaultValue": "{{OLLAMA_MODEL}}"
                    },
                    "DB_CONNECTION": {
                      "isOptional": false,
                      "description": "Database driver. Postgres.",
                      "defaultValue": "pgsql"
                    },
                    "MAIL_PASSWORD": {
                      "isOptional": true,
                      "description": "SMTP password. Only needed if MAIL_MAILER=smtp.",
                      "defaultValue": ""
                    },
                    "MAIL_USERNAME": {
                      "isOptional": true,
                      "description": "SMTP username. Only needed if MAIL_MAILER=smtp.",
                      "defaultValue": ""
                    },
                    "REVERB_APP_ID": {
                      "description": "Reverb app id (auto-generated).",
                      "defaultValue": "{{REVERB_APP_ID}}"
                    },
                    "REVERB_SCHEME": {
                      "description": "Reverb public scheme.",
                      "defaultValue": "https"
                    },
                    "MAIL_FROM_NAME": {
                      "description": "From name for outgoing email.",
                      "defaultValue": "Relaticle"
                    },
                    "OLLAMA_API_KEY": {
                      "description": "Ollama cloud API key (https://ollama.com/settings/keys). Leave empty to skip.",
                      "defaultValue": "{{OLLAMA_API_KEY}}"
                    },
                    "OPENAI_API_KEY": {
                      "description": "OpenAI API key for chat models. Optional.",
                      "defaultValue": "{{OPENAI_API_KEY}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Redis password, from the redis-relaticle service.",
                      "defaultValue": "${{redis-relaticle.REDIS_PASSWORD}}"
                    },
                    "REVERB_APP_KEY": {
                      "description": "Reverb public key (auto-generated). Injected into the JS bundle at boot.",
                      "defaultValue": "{{REVERB_APP_KEY}}"
                    },
                    "SESSION_DRIVER": {
                      "isOptional": false,
                      "description": "Session backend.",
                      "defaultValue": "redis"
                    },
                    "AUTORUN_ENABLED": {
                      "description": "Run serversideup/php Laravel automations on boot.",
                      "defaultValue": "true"
                    },
                    "MAIL_ENCRYPTION": {
                      "description": "SMTP encryption.",
                      "defaultValue": "tls"
                    },
                    "OLLAMA_BASE_URL": {
                      "description": "Ollama endpoint. Default is Ollama cloud.",
                      "defaultValue": "https://ollama.com"
                    },
                    "APP_PANEL_DOMAIN": {
                      "isOptional": true,
                      "description": "Optional separate domain for the admin panel. Leave empty to serve on APP_URL.",
                      "defaultValue": ""
                    },
                    "GOOGLE_CLIENT_ID": {
                      "description": "Google OAuth client id for 'Continue with Google'. Optional.",
                      "defaultValue": "{{GOOGLE_CLIENT_ID}}"
                    },
                    "QUEUE_CONNECTION": {
                      "isOptional": false,
                      "description": "Queue backend used by Horizon.",
                      "defaultValue": "redis"
                    },
                    "ANTHROPIC_API_KEY": {
                      "description": "Anthropic API key for Claude models. Optional.",
                      "defaultValue": "{{ANTHROPIC_API_KEY}}"
                    },
                    "MAIL_FROM_ADDRESS": {
                      "description": "From address for outgoing email.",
                      "defaultValue": "hello@example.com"
                    },
                    "REVERB_APP_SECRET": {
                      "description": "Reverb secret (auto-generated).",
                      "defaultValue": "{{REVERB_APP_SECRET}}"
                    },
                    "GOOGLE_REDIRECT_URI": {
                      "description": "Register this as the authorized redirect URI in Google Cloud.",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}/auth/callback/google"
                    },
                    "BROADCAST_CONNECTION": {
                      "description": "Realtime broadcasting driver.",
                      "defaultValue": "reverb"
                    },
                    "GOOGLE_CLIENT_SECRET": {
                      "description": "Google OAuth client secret. Optional.",
                      "defaultValue": "{{GOOGLE_CLIENT_SECRET}}"
                    },
                    "AUTORUN_LARAVEL_MIGRATION": {
                      "description": "Run database migrations automatically on deploy.",
                      "defaultValue": "true"
                    },
                    "REQUIRE_EMAIL_VERIFICATION": {
                      "isOptional": true,
                      "description": "Require email verification on signup. Needs MAIL_* configured when true.",
                      "defaultValue": "false"
                    },
                    "AUTORUN_LARAVEL_MIGRATION_ISOLATION": {
                      "description": "Use migrate --isolated so only one instance migrates.",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "1c7f7bbe-bb0d-49df-81af-64903d9a2d08": {
                      "mountPath": "/var/www/html/storage/app"
                    }
                  }
                },
                "a62363e4-da41-47a9-b941-68df02e049f4": {
                  "icon": "https://relaticle.com/brand/logomark.svg",
                  "name": "reverb",
                  "deploy": {
                    "startCommand": "php /var/www/html/artisan reverb:start"
                  },
                  "source": {
                    "image": "ghcr.io/relaticle/relaticle:3.5.6"
                  },
                  "variables": {
                    "APP_ENV": {
                      "description": "Laravel environment. Keep as production. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.APP_ENV}}"
                    },
                    "APP_KEY": {
                      "description": "Laravel encryption key (auto-generated, 32 bytes). Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.APP_KEY}}"
                    },
                    "APP_URL": {
                      "description": "Public URL of the app. Defaults to the Railway-provided domain. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.APP_URL}}"
                    },
                    "DB_HOST": {
                      "description": "Postgres host, from the pg-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.DB_HOST}}"
                    },
                    "DB_PORT": {
                      "description": "Postgres port, from the pg-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.DB_PORT}}"
                    },
                    "REDIS_HOST": {
                      "description": "Redis host, from the redis-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REDIS_HOST}}"
                    },
                    "REDIS_PORT": {
                      "description": "Redis port, from the redis-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REDIS_PORT}}"
                    },
                    "CACHE_STORE": {
                      "description": "Cache backend. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.CACHE_STORE}}"
                    },
                    "DB_DATABASE": {
                      "description": "Postgres database name, from the pg-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.DB_DATABASE}}"
                    },
                    "DB_PASSWORD": {
                      "description": "Postgres password, from the pg-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.DB_PASSWORD}}"
                    },
                    "DB_USERNAME": {
                      "description": "Postgres user, from the pg-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.DB_USERNAME}}"
                    },
                    "LOG_CHANNEL": {
                      "description": "Laravel log channel. stderr sends logs to Railway. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.LOG_CHANNEL}}"
                    },
                    "REVERB_HOST": {
                      "description": "This service's public host.",
                      "defaultValue": "${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "REVERB_PORT": {
                      "description": "Reverb public port (Railway terminates TLS). Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REVERB_PORT}}"
                    },
                    "DB_CONNECTION": {
                      "description": "Database driver. Postgres. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.DB_CONNECTION}}"
                    },
                    "REVERB_APP_ID": {
                      "description": "Reverb app id (auto-generated). Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REVERB_APP_ID}}"
                    },
                    "REVERB_SCHEME": {
                      "description": "Reverb public scheme. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REVERB_SCHEME}}"
                    },
                    "REDIS_PASSWORD": {
                      "description": "Redis password, from the redis-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REDIS_PASSWORD}}"
                    },
                    "REVERB_APP_KEY": {
                      "description": "Reverb public key (auto-generated). Injected into the JS bundle at boot. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REVERB_APP_KEY}}"
                    },
                    "AUTORUN_ENABLED": {
                      "description": "No migrations/caches on the websocket server.",
                      "defaultValue": "false"
                    },
                    "REVERB_APP_SECRET": {
                      "description": "Reverb secret (auto-generated). Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REVERB_APP_SECRET}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                },
                "ae4f84f6-79af-4eb6-aa37-5a4de43774a2": {
                  "icon": "https://relaticle.com/brand/logomark.svg",
                  "name": "horizon",
                  "deploy": {
                    "startCommand": "php /var/www/html/artisan horizon"
                  },
                  "source": {
                    "image": "ghcr.io/relaticle/relaticle:3.5.6"
                  },
                  "variables": {
                    "APP_ENV": {
                      "description": "Laravel environment. Keep as production. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.APP_ENV}}"
                    },
                    "APP_KEY": {
                      "description": "Laravel encryption key (auto-generated, 32 bytes). Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.APP_KEY}}"
                    },
                    "APP_URL": {
                      "description": "Public URL of the app. Defaults to the Railway-provided domain. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.APP_URL}}"
                    },
                    "DB_HOST": {
                      "description": "Postgres host, from the pg-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.DB_HOST}}"
                    },
                    "DB_PORT": {
                      "description": "Postgres port, from the pg-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.DB_PORT}}"
                    },
                    "APP_NAME": {
                      "description": "Application name shown in the UI and emails. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.APP_NAME}}"
                    },
                    "APP_DEBUG": {
                      "description": "Enable Laravel debug mode. Keep false in production. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.APP_DEBUG}}"
                    },
                    "LOG_LEVEL": {
                      "description": "Minimum log level. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.LOG_LEVEL}}"
                    },
                    "MAIL_HOST": {
                      "description": "SMTP host. Only needed if MAIL_MAILER=smtp. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.MAIL_HOST}}"
                    },
                    "MAIL_PORT": {
                      "description": "SMTP port. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.MAIL_PORT}}"
                    },
                    "REDIS_HOST": {
                      "description": "Redis host, from the redis-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REDIS_HOST}}"
                    },
                    "REDIS_PORT": {
                      "description": "Redis port, from the redis-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REDIS_PORT}}"
                    },
                    "CACHE_STORE": {
                      "description": "Cache backend. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.CACHE_STORE}}"
                    },
                    "DB_DATABASE": {
                      "description": "Postgres database name, from the pg-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.DB_DATABASE}}"
                    },
                    "DB_PASSWORD": {
                      "description": "Postgres password, from the pg-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.DB_PASSWORD}}"
                    },
                    "DB_USERNAME": {
                      "description": "Postgres user, from the pg-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.DB_USERNAME}}"
                    },
                    "LOG_CHANNEL": {
                      "description": "Laravel log channel. stderr sends logs to Railway. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.LOG_CHANNEL}}"
                    },
                    "MAIL_MAILER": {
                      "description": "Mail transport. log writes emails to the log. Set to smtp and fill MAIL_HOST/USERNAME/PASSWORD to send real email. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.MAIL_MAILER}}"
                    },
                    "REVERB_HOST": {
                      "description": "Public host of the reverb service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REVERB_HOST}}"
                    },
                    "REVERB_PORT": {
                      "description": "Reverb public port (Railway terminates TLS). Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REVERB_PORT}}"
                    },
                    "OLLAMA_MODEL": {
                      "description": "Tool-capable Ollama model tag, e.g. glm-5.3-flash or gpt-oss:120b. Adds it to the chat model picker. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.OLLAMA_MODEL}}"
                    },
                    "DB_CONNECTION": {
                      "description": "Database driver. Postgres. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.DB_CONNECTION}}"
                    },
                    "MAIL_PASSWORD": {
                      "description": "SMTP password. Only needed if MAIL_MAILER=smtp. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.MAIL_PASSWORD}}"
                    },
                    "MAIL_USERNAME": {
                      "description": "SMTP username. Only needed if MAIL_MAILER=smtp. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.MAIL_USERNAME}}"
                    },
                    "REVERB_APP_ID": {
                      "description": "Reverb app id (auto-generated). Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REVERB_APP_ID}}"
                    },
                    "REVERB_SCHEME": {
                      "description": "Reverb public scheme. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REVERB_SCHEME}}"
                    },
                    "MAIL_FROM_NAME": {
                      "description": "From name for outgoing email. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.MAIL_FROM_NAME}}"
                    },
                    "OLLAMA_API_KEY": {
                      "description": "Ollama cloud API key (https://ollama.com/settings/keys). Leave empty to skip. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.OLLAMA_API_KEY}}"
                    },
                    "OPENAI_API_KEY": {
                      "description": "OpenAI API key for chat models. Optional. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.OPENAI_API_KEY}}"
                    },
                    "REDIS_PASSWORD": {
                      "description": "Redis password, from the redis-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REDIS_PASSWORD}}"
                    },
                    "REVERB_APP_KEY": {
                      "description": "Reverb public key (auto-generated). Injected into the JS bundle at boot. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REVERB_APP_KEY}}"
                    },
                    "AUTORUN_ENABLED": {
                      "description": "No migrations/caches on workers.",
                      "defaultValue": "false"
                    },
                    "MAIL_ENCRYPTION": {
                      "description": "SMTP encryption. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.MAIL_ENCRYPTION}}"
                    },
                    "OLLAMA_BASE_URL": {
                      "description": "Ollama endpoint. Default is Ollama cloud. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.OLLAMA_BASE_URL}}"
                    },
                    "APP_PANEL_DOMAIN": {
                      "description": "Optional separate domain for the admin panel. Leave empty to serve on APP_URL. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.APP_PANEL_DOMAIN}}"
                    },
                    "QUEUE_CONNECTION": {
                      "description": "Queue backend used by Horizon. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.QUEUE_CONNECTION}}"
                    },
                    "ANTHROPIC_API_KEY": {
                      "description": "Anthropic API key for Claude models. Optional. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.ANTHROPIC_API_KEY}}"
                    },
                    "MAIL_FROM_ADDRESS": {
                      "description": "From address for outgoing email. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.MAIL_FROM_ADDRESS}}"
                    },
                    "REVERB_APP_SECRET": {
                      "description": "Reverb secret (auto-generated). Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REVERB_APP_SECRET}}"
                    },
                    "BROADCAST_CONNECTION": {
                      "description": "Realtime broadcasting driver. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.BROADCAST_CONNECTION}}"
                    },
                    "REQUIRE_EMAIL_VERIFICATION": {
                      "description": "Require email verification on signup. Needs MAIL_* configured when true. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REQUIRE_EMAIL_VERIFICATION}}"
                    }
                  }
                },
                "bbbf8168-5333-439c-be07-417abb617ae4": {
                  "icon": "https://relaticle.com/brand/logomark.svg",
                  "name": "scheduler",
                  "deploy": {
                    "startCommand": "php /var/www/html/artisan schedule:work"
                  },
                  "source": {
                    "image": "ghcr.io/relaticle/relaticle:3.5.6"
                  },
                  "variables": {
                    "APP_ENV": {
                      "description": "Laravel environment. Keep as production. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.APP_ENV}}"
                    },
                    "APP_KEY": {
                      "description": "Laravel encryption key (auto-generated, 32 bytes). Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.APP_KEY}}"
                    },
                    "APP_URL": {
                      "description": "Public URL of the app. Defaults to the Railway-provided domain. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.APP_URL}}"
                    },
                    "DB_HOST": {
                      "description": "Postgres host, from the pg-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.DB_HOST}}"
                    },
                    "DB_PORT": {
                      "description": "Postgres port, from the pg-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.DB_PORT}}"
                    },
                    "APP_NAME": {
                      "description": "Application name shown in the UI and emails. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.APP_NAME}}"
                    },
                    "APP_DEBUG": {
                      "description": "Enable Laravel debug mode. Keep false in production. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.APP_DEBUG}}"
                    },
                    "LOG_LEVEL": {
                      "description": "Minimum log level. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.LOG_LEVEL}}"
                    },
                    "MAIL_HOST": {
                      "description": "SMTP host. Only needed if MAIL_MAILER=smtp. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.MAIL_HOST}}"
                    },
                    "MAIL_PORT": {
                      "description": "SMTP port. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.MAIL_PORT}}"
                    },
                    "REDIS_HOST": {
                      "description": "Redis host, from the redis-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REDIS_HOST}}"
                    },
                    "REDIS_PORT": {
                      "description": "Redis port, from the redis-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REDIS_PORT}}"
                    },
                    "CACHE_STORE": {
                      "description": "Cache backend. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.CACHE_STORE}}"
                    },
                    "DB_DATABASE": {
                      "description": "Postgres database name, from the pg-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.DB_DATABASE}}"
                    },
                    "DB_PASSWORD": {
                      "description": "Postgres password, from the pg-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.DB_PASSWORD}}"
                    },
                    "DB_USERNAME": {
                      "description": "Postgres user, from the pg-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.DB_USERNAME}}"
                    },
                    "LOG_CHANNEL": {
                      "description": "Laravel log channel. stderr sends logs to Railway. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.LOG_CHANNEL}}"
                    },
                    "MAIL_MAILER": {
                      "description": "Mail transport. log writes emails to the log. Set to smtp and fill MAIL_HOST/USERNAME/PASSWORD to send real email. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.MAIL_MAILER}}"
                    },
                    "REVERB_HOST": {
                      "description": "Public host of the reverb service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REVERB_HOST}}"
                    },
                    "REVERB_PORT": {
                      "description": "Reverb public port (Railway terminates TLS). Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REVERB_PORT}}"
                    },
                    "OLLAMA_MODEL": {
                      "description": "Tool-capable Ollama model tag, e.g. glm-5.3-flash or gpt-oss:120b. Adds it to the chat model picker. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.OLLAMA_MODEL}}"
                    },
                    "DB_CONNECTION": {
                      "description": "Database driver. Postgres. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.DB_CONNECTION}}"
                    },
                    "MAIL_PASSWORD": {
                      "description": "SMTP password. Only needed if MAIL_MAILER=smtp. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.MAIL_PASSWORD}}"
                    },
                    "MAIL_USERNAME": {
                      "description": "SMTP username. Only needed if MAIL_MAILER=smtp. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.MAIL_USERNAME}}"
                    },
                    "REVERB_APP_ID": {
                      "description": "Reverb app id (auto-generated). Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REVERB_APP_ID}}"
                    },
                    "REVERB_SCHEME": {
                      "description": "Reverb public scheme. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REVERB_SCHEME}}"
                    },
                    "MAIL_FROM_NAME": {
                      "description": "From name for outgoing email. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.MAIL_FROM_NAME}}"
                    },
                    "OLLAMA_API_KEY": {
                      "description": "Ollama cloud API key (https://ollama.com/settings/keys). Leave empty to skip. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.OLLAMA_API_KEY}}"
                    },
                    "OPENAI_API_KEY": {
                      "description": "OpenAI API key for chat models. Optional. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.OPENAI_API_KEY}}"
                    },
                    "REDIS_PASSWORD": {
                      "description": "Redis password, from the redis-relaticle service. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REDIS_PASSWORD}}"
                    },
                    "REVERB_APP_KEY": {
                      "description": "Reverb public key (auto-generated). Injected into the JS bundle at boot. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REVERB_APP_KEY}}"
                    },
                    "AUTORUN_ENABLED": {
                      "description": "No migrations/caches on workers.",
                      "defaultValue": "false"
                    },
                    "MAIL_ENCRYPTION": {
                      "description": "SMTP encryption. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.MAIL_ENCRYPTION}}"
                    },
                    "OLLAMA_BASE_URL": {
                      "description": "Ollama endpoint. Default is Ollama cloud. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.OLLAMA_BASE_URL}}"
                    },
                    "APP_PANEL_DOMAIN": {
                      "description": "Optional separate domain for the admin panel. Leave empty to serve on APP_URL. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.APP_PANEL_DOMAIN}}"
                    },
                    "QUEUE_CONNECTION": {
                      "description": "Queue backend used by Horizon. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.QUEUE_CONNECTION}}"
                    },
                    "ANTHROPIC_API_KEY": {
                      "description": "Anthropic API key for Claude models. Optional. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.ANTHROPIC_API_KEY}}"
                    },
                    "MAIL_FROM_ADDRESS": {
                      "description": "From address for outgoing email. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.MAIL_FROM_ADDRESS}}"
                    },
                    "REVERB_APP_SECRET": {
                      "description": "Reverb secret (auto-generated). Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REVERB_APP_SECRET}}"
                    },
                    "BROADCAST_CONNECTION": {
                      "description": "Realtime broadcasting driver. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.BROADCAST_CONNECTION}}"
                    },
                    "REQUIRE_EMAIL_VERIFICATION": {
                      "description": "Require email verification on signup. Needs MAIL_* configured when true. Shared from the relaticle service.",
                      "defaultValue": "${{relaticle.REQUIRE_EMAIL_VERIFICATION}}"
                    }
                  }
                },
                "f83750b6-417c-479b-8fa8-9e6f06f52deb": {
                  "icon": "https://devicons.railway.app/i/postgresql.svg",
                  "name": "pg-relaticle",
                  "deploy": {
                    "requiredMountPath": "/var/lib/postgresql/data"
                  },
                  "source": {
                    "image": "ghcr.io/railwayapp-templates/postgres-ssl:18"
                  },
                  "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}}"
                    },
                    "RAILWAY_DEPLOYMENT_DRAINING_SECONDS": {
                      "isOptional": false,
                      "description": "Allow Postgres to cleanly shut down",
                      "defaultValue": "60"
                    }
                  },
                  "volumeMounts": {
                    "f83750b6-417c-479b-8fa8-9e6f06f52deb": {
                      "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."
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "relaticle",
      "method": "GET",
      "path": "/up",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 6,
    "needs_volume": true
  },
  "generated_at": "2026-09-06T05:54:15.658Z",
  "generator_version": "0.1.0"
}
