{
  "manifest_version": "1.0.0",
  "template": {
    "id": "0dbb2ebd-c3e8-4446-ad3b-c401f34b14be",
    "slug": "bisibility-1",
    "name": "bisibility",
    "description": "Self-hosted open-source SEO platform with a PostgreSQL database you own.",
    "url": "https://railway.com/deploy/bisibility-1",
    "upstream": {
      "image": "corgicorner/bisibility:0.19.0"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "temporal",
      "source": {
        "image": "temporalio/server:1.31.2"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "worker",
      "source": {
        "image": "corgicorner/bisibility-worker:0.19.0"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "redis",
      "source": {
        "image": "redis:8.2.1"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    },
    {
      "name": "temporal-postgres",
      "source": {
        "image": "ghcr.io/railwayapp-templates/postgres-ssl:18"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql/data",
      "http": false
    },
    {
      "name": "temporal-schema",
      "source": {
        "image": "temporalio/admin-tools:1.31.2"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "web",
      "source": {
        "image": "corgicorner/bisibility:0.19.0"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "app-postgres",
      "source": {
        "image": "ghcr.io/railwayapp-templates/postgres-ssl:18"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql/data",
      "http": false
    },
    {
      "name": "temporal-namespace",
      "source": {
        "image": "temporalio/admin-tools:1.31.2"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "DB",
      "service": "temporal",
      "description": "Temporal SQL plugin",
      "secret": false,
      "strategy": "default",
      "default": "postgres12"
    },
    {
      "key": "DBNAME",
      "service": "temporal",
      "description": "Temporal persistence database",
      "secret": false,
      "strategy": "default",
      "default": "temporal"
    },
    {
      "key": "DB_PORT",
      "service": "temporal",
      "description": "Temporal PostgreSQL port",
      "secret": false,
      "strategy": "default",
      "default": "5432"
    },
    {
      "key": "BIND_ON_IP",
      "service": "temporal",
      "description": "Temporal bind address",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "POSTGRES_PWD",
      "service": "temporal",
      "description": "Temporal DB password",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_USER",
      "service": "temporal",
      "description": "Temporal DB user",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_SEEDS",
      "service": "temporal",
      "description": "Temporal DB host",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "VISIBILITY_DBNAME",
      "service": "temporal",
      "description": "Temporal visibility database",
      "secret": false,
      "strategy": "default",
      "default": "temporal_visibility"
    },
    {
      "key": "NUM_HISTORY_SHARDS",
      "service": "temporal",
      "description": "Temporal history shards",
      "secret": false,
      "strategy": "default",
      "default": "4"
    },
    {
      "key": "DYNAMIC_CONFIG_FILE_PATH",
      "service": "temporal",
      "description": "Generated empty dynamic configuration",
      "secret": false,
      "strategy": "default",
      "default": "/tmp/temporal-dynamic/docker.yaml"
    },
    {
      "key": "SITE_URL",
      "service": "worker",
      "description": "Public application origin",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_URL",
      "service": "worker",
      "description": "Private Redis connection URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DIRECT_URL",
      "service": "worker",
      "description": "Migration database",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "EMAIL_FROM",
      "service": "worker",
      "description": "Verified email sender",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DATABASE_URL",
      "service": "worker",
      "description": "Application database",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "TEMPORAL_TLS",
      "service": "worker",
      "description": "Temporal transport security",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DEPLOYMENT_ENV",
      "service": "worker",
      "description": "Deployment stage",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "EMAIL_PROVIDER",
      "service": "worker",
      "description": "Transactional email provider",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RESEND_API_KEY",
      "service": "worker",
      "description": "Resend API key",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DEPLOYMENT_MODE",
      "service": "worker",
      "description": "Deployment mode",
      "secret": false,
      "strategy": "default",
      "default": "self-host"
    },
    {
      "key": "SERPAPI_API_KEY",
      "service": "worker",
      "description": "Optional SERP API key",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SCHEDULER_DRIVER",
      "service": "worker",
      "description": "Scheduler execution backend",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "TEMPORAL_ADDRESS",
      "service": "worker",
      "description": "Temporal frontend address",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "TEMPORAL_NAMESPACE",
      "service": "worker",
      "description": "Temporal namespace",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "TEMPORAL_TASK_QUEUE",
      "service": "worker",
      "description": "Rank-check task queue",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "BISIBILITY_SECRETS_KEY",
      "service": "worker",
      "description": "Shared provider-credential encryption key",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RANK_CHECK_SCHEDULER_MODE",
      "service": "worker",
      "description": "Automatic scheduling owner",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "BISIBILITY_DEPLOYMENT_SUFFIX",
      "service": "worker",
      "description": "Shared deployment suffix",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SCHEDULED_MAINTENANCE_ENABLED",
      "service": "worker",
      "description": "Enable worker maintenance schedules",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "TEMPORAL_ALERT_DELIVERY_TASK_QUEUE",
      "service": "worker",
      "description": "Alert delivery task queue",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDISHOST",
      "service": "redis",
      "description": "Railway private domain",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDISPORT",
      "service": "redis",
      "description": "Redis port",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "REDISUSER",
      "service": "redis",
      "description": "Redis user",
      "secret": false,
      "strategy": "default",
      "default": "default"
    },
    {
      "key": "REDIS_URL",
      "service": "redis",
      "description": "Private Redis connection URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDISPASSWORD",
      "service": "redis",
      "description": "Redis password alias",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "redis",
      "description": "Generated Redis password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "PGDATA",
      "service": "temporal-postgres",
      "description": "PostgreSQL data directory",
      "secret": false,
      "strategy": "default",
      "default": "/var/lib/postgresql/data/pgdata"
    },
    {
      "key": "PGHOST",
      "service": "temporal-postgres",
      "description": "Railway private domain",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "PGPORT",
      "service": "temporal-postgres",
      "description": "PostgreSQL port",
      "secret": false,
      "strategy": "default",
      "default": "5432"
    },
    {
      "key": "PGUSER",
      "service": "temporal-postgres",
      "description": "PostgreSQL user",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGDATABASE",
      "service": "temporal-postgres",
      "description": "PostgreSQL database",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGPASSWORD",
      "service": "temporal-postgres",
      "description": "PostgreSQL password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_DB",
      "service": "temporal-postgres",
      "description": "Initial database",
      "secret": false,
      "strategy": "default",
      "default": "postgres"
    },
    {
      "key": "DATABASE_URL",
      "service": "temporal-postgres",
      "description": "Private PostgreSQL connection URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "POSTGRES_USER",
      "service": "temporal-postgres",
      "description": "Database owner",
      "secret": false,
      "strategy": "default",
      "default": "postgres"
    },
    {
      "key": "SSL_CERT_DAYS",
      "service": "temporal-postgres",
      "description": "TLS certificate lifetime",
      "secret": false,
      "strategy": "default",
      "default": "820"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "temporal-postgres",
      "description": "Generated database password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_DRAINING_SECONDS",
      "service": "temporal-postgres",
      "description": "Graceful shutdown window",
      "secret": false,
      "strategy": "default",
      "default": "60"
    },
    {
      "key": "DB",
      "service": "temporal-schema",
      "description": "Temporal SQL plugin",
      "secret": false,
      "strategy": "default",
      "default": "postgres12"
    },
    {
      "key": "DB_PORT",
      "service": "temporal-schema",
      "description": "Temporal PostgreSQL port",
      "secret": false,
      "strategy": "default",
      "default": "5432"
    },
    {
      "key": "POSTGRES_PWD",
      "service": "temporal-schema",
      "description": "Temporal DB password",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_USER",
      "service": "temporal-schema",
      "description": "Temporal DB user",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_SEEDS",
      "service": "temporal-schema",
      "description": "Temporal DB host",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "SITE_URL",
      "service": "web",
      "description": "Public application origin",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "REDIS_URL",
      "service": "web",
      "description": "Private Redis connection URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DIRECT_URL",
      "service": "web",
      "description": "Migration database",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "EMAIL_FROM",
      "service": "web",
      "description": "Verified sender for sign-in email",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "DATABASE_URL",
      "service": "web",
      "description": "Application database",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "TEMPORAL_TLS",
      "service": "web",
      "description": "Bundled Temporal uses private plaintext transport",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "DEPLOYMENT_ENV",
      "service": "web",
      "description": "Deployment stage",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "EMAIL_PROVIDER",
      "service": "web",
      "description": "Transactional email provider",
      "secret": false,
      "strategy": "default",
      "default": "resend"
    },
    {
      "key": "RESEND_API_KEY",
      "service": "web",
      "description": "Resend API key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "BETTER_AUTH_URL",
      "service": "web",
      "description": "Public authentication origin",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "DEPLOYMENT_MODE",
      "service": "web",
      "description": "Deployment mode",
      "secret": false,
      "strategy": "default",
      "default": "self-host"
    },
    {
      "key": "SCHEDULER_DRIVER",
      "service": "web",
      "description": "Scheduler execution backend",
      "secret": false,
      "strategy": "default",
      "default": "temporal"
    },
    {
      "key": "TEMPORAL_ADDRESS",
      "service": "web",
      "description": "Private Temporal frontend address",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "BETTER_AUTH_SECRET",
      "service": "web",
      "description": "Generated authentication secret",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "TEMPORAL_NAMESPACE",
      "service": "web",
      "description": "Deployment-isolated Temporal namespace",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "TEMPORAL_TASK_QUEUE",
      "service": "web",
      "description": "Deployment-isolated rank-check task queue",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "INTERNAL_PROBE_TOKEN",
      "service": "web",
      "description": "Detailed health probe token",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "BISIBILITY_SECRETS_KEY",
      "service": "web",
      "description": "Generated provider-credential encryption key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "RANK_CHECK_SCHEDULER_MODE",
      "service": "web",
      "description": "Automatic scheduling owner",
      "secret": false,
      "strategy": "default",
      "default": "legacy"
    },
    {
      "key": "SELF_HOSTED_ALLOW_INDEXING",
      "service": "web",
      "description": "Keep private instances out of search",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "BISIBILITY_DEPLOYMENT_SUFFIX",
      "service": "web",
      "description": "Shared deployment suffix",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "TEMPORAL_ALERT_DELIVERY_TASK_QUEUE",
      "service": "web",
      "description": "Deployment-isolated alert delivery task queue",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGDATA",
      "service": "app-postgres",
      "description": "PostgreSQL data directory",
      "secret": false,
      "strategy": "default",
      "default": "/var/lib/postgresql/data/pgdata"
    },
    {
      "key": "PGHOST",
      "service": "app-postgres",
      "description": "Railway private domain",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "PGPORT",
      "service": "app-postgres",
      "description": "PostgreSQL port",
      "secret": false,
      "strategy": "default",
      "default": "5432"
    },
    {
      "key": "PGUSER",
      "service": "app-postgres",
      "description": "PostgreSQL user",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGDATABASE",
      "service": "app-postgres",
      "description": "PostgreSQL database",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGPASSWORD",
      "service": "app-postgres",
      "description": "PostgreSQL password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_DB",
      "service": "app-postgres",
      "description": "Initial database",
      "secret": false,
      "strategy": "default",
      "default": "bisibility"
    },
    {
      "key": "DATABASE_URL",
      "service": "app-postgres",
      "description": "Private PostgreSQL connection URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "POSTGRES_USER",
      "service": "app-postgres",
      "description": "Database owner",
      "secret": false,
      "strategy": "default",
      "default": "postgres"
    },
    {
      "key": "SSL_CERT_DAYS",
      "service": "app-postgres",
      "description": "TLS certificate lifetime",
      "secret": false,
      "strategy": "default",
      "default": "820"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "app-postgres",
      "description": "Generated database password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_DRAINING_SECONDS",
      "service": "app-postgres",
      "description": "Graceful shutdown window",
      "secret": false,
      "strategy": "default",
      "default": "60"
    },
    {
      "key": "TEMPORAL_ADDRESS",
      "service": "temporal-namespace",
      "description": "Temporal frontend address",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "TEMPORAL_NAMESPACE",
      "service": "temporal-namespace",
      "description": "Temporal namespace",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "BISIBILITY_DEPLOYMENT_SUFFIX",
      "service": "temporal-namespace",
      "description": "Shared deployment suffix",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "TEMPORAL_NAMESPACE_RETENTION",
      "service": "temporal-namespace",
      "description": "Bundled namespace retention",
      "secret": false,
      "strategy": "default",
      "default": "24h"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "bisibility-1"
      }
    },
    "cli": "railway deploy --template bisibility-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "0dbb2ebd-c3e8-4446-ad3b-c401f34b14be",
            "serializedConfig": {
              "services": {
                "15fbd9b3-237c-4658-b290-82e3f81b4e8e": {
                  "icon": "https://cdn.simpleicons.org/temporal/444CE7",
                  "name": "temporal",
                  "deploy": {
                    "startCommand": "sh -eu -c 'mkdir -p /tmp/temporal-dynamic; printf \"{}\\n\" > /tmp/temporal-dynamic/docker.yaml; attempt=1; while ! /etc/temporal/entrypoint.sh; do if [ \"$attempt\" -ge 30 ]; then echo \"temporal startup retries exhausted after $attempt attempts\" >&2; exit 1; fi; echo \"temporal startup prerequisite not ready; retrying in 2s ($attempt/30)\" >&2; attempt=$((attempt + 1)); sleep 2; done'",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "temporalio/server:1.31.2"
                  },
                  "variables": {
                    "DB": {
                      "isOptional": false,
                      "description": "Temporal SQL plugin",
                      "defaultValue": "postgres12"
                    },
                    "DBNAME": {
                      "isOptional": false,
                      "description": "Temporal persistence database",
                      "defaultValue": "temporal"
                    },
                    "DB_PORT": {
                      "isOptional": false,
                      "description": "Temporal PostgreSQL port",
                      "defaultValue": "5432"
                    },
                    "BIND_ON_IP": {
                      "isOptional": false,
                      "description": "Temporal bind address",
                      "defaultValue": "0.0.0.0"
                    },
                    "POSTGRES_PWD": {
                      "isOptional": false,
                      "description": "Temporal DB password",
                      "defaultValue": "${{temporal-postgres.POSTGRES_PASSWORD}}"
                    },
                    "POSTGRES_USER": {
                      "isOptional": false,
                      "description": "Temporal DB user",
                      "defaultValue": "${{temporal-postgres.POSTGRES_USER}}"
                    },
                    "POSTGRES_SEEDS": {
                      "isOptional": false,
                      "description": "Temporal DB host",
                      "defaultValue": "${{temporal-postgres.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "VISIBILITY_DBNAME": {
                      "isOptional": false,
                      "description": "Temporal visibility database",
                      "defaultValue": "temporal_visibility"
                    },
                    "NUM_HISTORY_SHARDS": {
                      "isOptional": false,
                      "description": "Temporal history shards",
                      "defaultValue": "4"
                    },
                    "DYNAMIC_CONFIG_FILE_PATH": {
                      "isOptional": false,
                      "description": "Generated empty dynamic configuration",
                      "defaultValue": "/tmp/temporal-dynamic/docker.yaml"
                    }
                  },
                  "networking": {}
                },
                "5ab365aa-4572-4a02-830e-92b8f5909dc8": {
                  "icon": "https://bisibility.com/icon.svg",
                  "name": "worker",
                  "deploy": {
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "corgicorner/bisibility-worker:0.19.0"
                  },
                  "variables": {
                    "SITE_URL": {
                      "isOptional": false,
                      "description": "Public application origin",
                      "defaultValue": "${{web.SITE_URL}}"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Private Redis connection URL",
                      "defaultValue": "${{redis.REDIS_URL}}"
                    },
                    "DIRECT_URL": {
                      "isOptional": false,
                      "description": "Migration database",
                      "defaultValue": "${{app-postgres.DATABASE_URL}}"
                    },
                    "EMAIL_FROM": {
                      "isOptional": false,
                      "description": "Verified email sender",
                      "defaultValue": "${{web.EMAIL_FROM}}"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "Application database",
                      "defaultValue": "${{app-postgres.DATABASE_URL}}"
                    },
                    "TEMPORAL_TLS": {
                      "isOptional": false,
                      "description": "Temporal transport security",
                      "defaultValue": "${{web.TEMPORAL_TLS}}"
                    },
                    "DEPLOYMENT_ENV": {
                      "isOptional": false,
                      "description": "Deployment stage",
                      "defaultValue": "production"
                    },
                    "EMAIL_PROVIDER": {
                      "isOptional": false,
                      "description": "Transactional email provider",
                      "defaultValue": "${{web.EMAIL_PROVIDER}}"
                    },
                    "RESEND_API_KEY": {
                      "isOptional": false,
                      "description": "Resend API key",
                      "defaultValue": "${{web.RESEND_API_KEY}}"
                    },
                    "DEPLOYMENT_MODE": {
                      "isOptional": false,
                      "description": "Deployment mode",
                      "defaultValue": "self-host"
                    },
                    "SERPAPI_API_KEY": {
                      "isOptional": true,
                      "description": "Optional SERP API key",
                      "defaultValue": "${{web.SERPAPI_API_KEY}}"
                    },
                    "SCHEDULER_DRIVER": {
                      "isOptional": false,
                      "description": "Scheduler execution backend",
                      "defaultValue": "${{web.SCHEDULER_DRIVER}}"
                    },
                    "TEMPORAL_ADDRESS": {
                      "isOptional": false,
                      "description": "Temporal frontend address",
                      "defaultValue": "${{web.TEMPORAL_ADDRESS}}"
                    },
                    "TEMPORAL_NAMESPACE": {
                      "isOptional": false,
                      "description": "Temporal namespace",
                      "defaultValue": "${{web.TEMPORAL_NAMESPACE}}"
                    },
                    "TEMPORAL_TASK_QUEUE": {
                      "isOptional": false,
                      "description": "Rank-check task queue",
                      "defaultValue": "${{web.TEMPORAL_TASK_QUEUE}}"
                    },
                    "BISIBILITY_SECRETS_KEY": {
                      "isOptional": false,
                      "description": "Shared provider-credential encryption key",
                      "defaultValue": "${{web.BISIBILITY_SECRETS_KEY}}"
                    },
                    "RANK_CHECK_SCHEDULER_MODE": {
                      "isOptional": false,
                      "description": "Automatic scheduling owner",
                      "defaultValue": "${{web.RANK_CHECK_SCHEDULER_MODE}}"
                    },
                    "BISIBILITY_DEPLOYMENT_SUFFIX": {
                      "isOptional": false,
                      "description": "Shared deployment suffix",
                      "defaultValue": "${{web.BISIBILITY_DEPLOYMENT_SUFFIX}}"
                    },
                    "SCHEDULED_MAINTENANCE_ENABLED": {
                      "isOptional": false,
                      "description": "Enable worker maintenance schedules",
                      "defaultValue": "1"
                    },
                    "TEMPORAL_ALERT_DELIVERY_TASK_QUEUE": {
                      "isOptional": false,
                      "description": "Alert delivery task queue",
                      "defaultValue": "${{web.TEMPORAL_ALERT_DELIVERY_TASK_QUEUE}}"
                    }
                  },
                  "networking": {}
                },
                "74c57c29-6866-4d93-8102-10b0e3570620": {
                  "icon": "https://devicons.railway.com/i/redis.svg",
                  "name": "redis",
                  "deploy": {
                    "startCommand": "/bin/sh -c 'rm -rf $RAILWAY_VOLUME_MOUNT_PATH/lost+found/ && exec docker-entrypoint.sh redis-server --requirepass $REDIS_PASSWORD --save 60 1 --dir $RAILWAY_VOLUME_MOUNT_PATH'",
                    "requiredMountPath": "/data",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "redis:8.2.1"
                  },
                  "variables": {
                    "REDISHOST": {
                      "isOptional": false,
                      "description": "Railway private domain",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDISPORT": {
                      "isOptional": false,
                      "description": "Redis port",
                      "defaultValue": "6379"
                    },
                    "REDISUSER": {
                      "isOptional": false,
                      "description": "Redis user",
                      "defaultValue": "default"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Private Redis connection URL",
                      "defaultValue": "redis://${{REDISUSER}}:${{REDIS_PASSWORD}}@${{RAILWAY_PRIVATE_DOMAIN}}:6379"
                    },
                    "REDISPASSWORD": {
                      "isOptional": false,
                      "description": "Redis password alias",
                      "defaultValue": "${{REDIS_PASSWORD}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Generated Redis password",
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    }
                  },
                  "networking": {},
                  "volumeMounts": {
                    "74c57c29-6866-4d93-8102-10b0e3570620": {
                      "mountPath": "/data"
                    }
                  },
                  "haTemplateCode": "redis-ha",
                  "haConversionConfig": {
                    "edge": {
                      "label": "Reverse Proxies",
                      "options": [
                        1,
                        2
                      ],
                      "nodeLabel": "HAProxy",
                      "description": "HAProxy instances routing writes to the primary",
                      "defaultValue": 2
                    },
                    "replica": {
                      "label": "Redis Replicas",
                      "options": [
                        2,
                        3,
                        4,
                        5
                      ],
                      "nodeLabel": "Redis",
                      "description": "Nodes running Redis + colocated Sentinel",
                      "defaultValue": 2
                    },
                    "internal": null,
                    "description": "This will convert your Redis instance to an HA cluster with Sentinel failover and HAProxy routing to the primary."
                  }
                },
                "8607701f-1f0a-417c-a9a2-bf6db71bacec": {
                  "icon": "https://devicons.railway.app/i/postgresql.svg",
                  "name": "temporal-postgres",
                  "build": {},
                  "deploy": {
                    "requiredMountPath": "/var/lib/postgresql/data",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/railwayapp-templates/postgres-ssl:18"
                  },
                  "variables": {
                    "PGDATA": {
                      "isOptional": false,
                      "description": "PostgreSQL data directory",
                      "defaultValue": "/var/lib/postgresql/data/pgdata"
                    },
                    "PGHOST": {
                      "isOptional": false,
                      "description": "Railway private domain",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "PGPORT": {
                      "isOptional": false,
                      "description": "PostgreSQL port",
                      "defaultValue": "5432"
                    },
                    "PGUSER": {
                      "isOptional": false,
                      "description": "PostgreSQL user",
                      "defaultValue": "${{POSTGRES_USER}}"
                    },
                    "PGDATABASE": {
                      "isOptional": false,
                      "description": "PostgreSQL database",
                      "defaultValue": "${{POSTGRES_DB}}"
                    },
                    "PGPASSWORD": {
                      "isOptional": false,
                      "description": "PostgreSQL password",
                      "defaultValue": "${{POSTGRES_PASSWORD}}"
                    },
                    "POSTGRES_DB": {
                      "isOptional": false,
                      "description": "Initial database",
                      "defaultValue": "postgres"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "Private PostgreSQL connection URL",
                      "defaultValue": "postgresql://${{PGUSER}}:${{POSTGRES_PASSWORD}}@${{RAILWAY_PRIVATE_DOMAIN}}:5432/${{PGDATABASE}}"
                    },
                    "POSTGRES_USER": {
                      "isOptional": false,
                      "description": "Database owner",
                      "defaultValue": "postgres"
                    },
                    "SSL_CERT_DAYS": {
                      "isOptional": true,
                      "description": "TLS certificate lifetime",
                      "defaultValue": "820"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "description": "Generated database password",
                      "defaultValue": "{{POSTGRES_PASSWORD}}"
                    },
                    "RAILWAY_DEPLOYMENT_DRAINING_SECONDS": {
                      "isOptional": false,
                      "description": "Graceful shutdown window",
                      "defaultValue": "60"
                    }
                  },
                  "networking": {},
                  "volumeMounts": {
                    "8607701f-1f0a-417c-a9a2-bf6db71bacec": {
                      "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."
                  }
                },
                "caff19a8-cdc5-4a28-ab1f-e0fafcf6092a": {
                  "icon": "https://cdn.simpleicons.org/temporal/444CE7",
                  "name": "temporal-schema",
                  "deploy": {
                    "startCommand": "sh -eu -c 'timeout 300 sh -c \"until nc -z $POSTGRES_SEEDS $DB_PORT; do echo Waiting for Temporal PostgreSQL; sleep 2; done\"; export SQL_PLUGIN=$DB; export SQL_HOST=$POSTGRES_SEEDS; export SQL_PORT=$DB_PORT; export SQL_USER=$POSTGRES_USER; export SQL_PASSWORD=$POSTGRES_PWD; ensure_database() { database=$1; if output=$(temporal-sql-tool --db \"$database\" create 2>&1); then printf \"%s\\n\" \"$output\"; return 0; fi; if printf \"%s\\n\" \"$output\" | grep -qi \"already exists\"; then printf \"Database %s already exists; applying versioned updates.\\n\" \"$database\"; return 10; fi; printf \"%s\\n\" \"$output\" >&2; return 1; }; if ensure_database temporal; then temporal-sql-tool --db temporal setup-schema -v 0.0; elif [ $? -ne 10 ]; then exit 1; fi; temporal-sql-tool --db temporal update-schema -d /etc/temporal/schema/postgresql/v12/temporal/versioned; if ensure_database temporal_visibility; then temporal-sql-tool --db temporal_visibility setup-schema -v 0.0; elif [ $? -ne 10 ]; then exit 1; fi; temporal-sql-tool --db temporal_visibility update-schema -d /etc/temporal/schema/postgresql/v12/visibility/versioned'",
                    "restartPolicyType": "NEVER"
                  },
                  "source": {
                    "image": "temporalio/admin-tools:1.31.2"
                  },
                  "variables": {
                    "DB": {
                      "isOptional": false,
                      "description": "Temporal SQL plugin",
                      "defaultValue": "postgres12"
                    },
                    "DB_PORT": {
                      "isOptional": false,
                      "description": "Temporal PostgreSQL port",
                      "defaultValue": "5432"
                    },
                    "POSTGRES_PWD": {
                      "isOptional": false,
                      "description": "Temporal DB password",
                      "defaultValue": "${{temporal-postgres.POSTGRES_PASSWORD}}"
                    },
                    "POSTGRES_USER": {
                      "isOptional": false,
                      "description": "Temporal DB user",
                      "defaultValue": "${{temporal-postgres.POSTGRES_USER}}"
                    },
                    "POSTGRES_SEEDS": {
                      "isOptional": false,
                      "description": "Temporal DB host",
                      "defaultValue": "${{temporal-postgres.RAILWAY_PRIVATE_DOMAIN}}"
                    }
                  },
                  "networking": {}
                },
                "d6671464-f413-46b6-8948-bc9b53b3b19b": {
                  "icon": "https://bisibility.com/icon.svg",
                  "name": "web",
                  "deploy": {
                    "healthcheckPath": "/api/v1/readiness",
                    "preDeployCommand": [
                      "npm run db:migrate"
                    ],
                    "restartPolicyType": "ON_FAILURE",
                    "healthcheckTimeout": 300,
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "corgicorner/bisibility:0.19.0"
                  },
                  "variables": {
                    "SITE_URL": {
                      "isOptional": false,
                      "description": "Public application origin",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Private Redis connection URL",
                      "defaultValue": "${{redis.REDIS_URL}}"
                    },
                    "DIRECT_URL": {
                      "isOptional": false,
                      "description": "Migration database",
                      "defaultValue": "${{app-postgres.DATABASE_URL}}"
                    },
                    "EMAIL_FROM": {
                      "isOptional": false,
                      "description": "Verified sender for sign-in email",
                      "defaultValue": "{{EMAIL_FROM}}"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "Application database",
                      "defaultValue": "${{app-postgres.DATABASE_URL}}"
                    },
                    "TEMPORAL_TLS": {
                      "isOptional": false,
                      "description": "Bundled Temporal uses private plaintext transport",
                      "defaultValue": "false"
                    },
                    "DEPLOYMENT_ENV": {
                      "isOptional": false,
                      "description": "Deployment stage",
                      "defaultValue": "production"
                    },
                    "EMAIL_PROVIDER": {
                      "isOptional": false,
                      "description": "Transactional email provider",
                      "defaultValue": "resend"
                    },
                    "RESEND_API_KEY": {
                      "isOptional": false,
                      "description": "Resend API key",
                      "defaultValue": "{{RESEND_API_KEY}}"
                    },
                    "BETTER_AUTH_URL": {
                      "isOptional": false,
                      "description": "Public authentication origin",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "DEPLOYMENT_MODE": {
                      "isOptional": false,
                      "description": "Deployment mode",
                      "defaultValue": "self-host"
                    },
                    "SERPAPI_API_KEY": {
                      "isOptional": true,
                      "description": "Optional SERP API key for rank checks",
                      "defaultValue": ""
                    },
                    "SCHEDULER_DRIVER": {
                      "isOptional": false,
                      "description": "Scheduler execution backend",
                      "defaultValue": "temporal"
                    },
                    "TEMPORAL_ADDRESS": {
                      "isOptional": false,
                      "description": "Private Temporal frontend address",
                      "defaultValue": "${{temporal.RAILWAY_PRIVATE_DOMAIN}}:7233"
                    },
                    "BETTER_AUTH_SECRET": {
                      "isOptional": false,
                      "description": "Generated authentication secret",
                      "defaultValue": "{{BETTER_AUTH_SECRET}}"
                    },
                    "TEMPORAL_NAMESPACE": {
                      "isOptional": false,
                      "description": "Deployment-isolated Temporal namespace",
                      "defaultValue": "bisibility-${{web.BISIBILITY_DEPLOYMENT_SUFFIX}}"
                    },
                    "TEMPORAL_TASK_QUEUE": {
                      "isOptional": false,
                      "description": "Deployment-isolated rank-check task queue",
                      "defaultValue": "bisibility-rank-checks-${{web.BISIBILITY_DEPLOYMENT_SUFFIX}}"
                    },
                    "INTERNAL_PROBE_TOKEN": {
                      "isOptional": false,
                      "description": "Detailed health probe token",
                      "defaultValue": "{{INTERNAL_PROBE_TOKEN}}"
                    },
                    "BISIBILITY_SECRETS_KEY": {
                      "isOptional": false,
                      "description": "Generated provider-credential encryption key",
                      "defaultValue": "{{BISIBILITY_SECRETS_KEY}}"
                    },
                    "RANK_CHECK_SCHEDULER_MODE": {
                      "isOptional": false,
                      "description": "Automatic scheduling owner",
                      "defaultValue": "legacy"
                    },
                    "SELF_HOSTED_ALLOW_INDEXING": {
                      "isOptional": false,
                      "description": "Keep private instances out of search",
                      "defaultValue": "false"
                    },
                    "BISIBILITY_DEPLOYMENT_SUFFIX": {
                      "isOptional": false,
                      "description": "Shared deployment suffix",
                      "defaultValue": "{{BISIBILITY_DEPLOYMENT_SUFFIX}}"
                    },
                    "TEMPORAL_ALERT_DELIVERY_TASK_QUEUE": {
                      "isOptional": false,
                      "description": "Deployment-isolated alert delivery task queue",
                      "defaultValue": "bisibility-alert-deliveries-${{web.BISIBILITY_DEPLOYMENT_SUFFIX}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                },
                "df1fe49f-276d-493d-97b1-5d651e1c67fc": {
                  "icon": "https://devicons.railway.app/i/postgresql.svg",
                  "name": "app-postgres",
                  "build": {},
                  "deploy": {
                    "requiredMountPath": "/var/lib/postgresql/data",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/railwayapp-templates/postgres-ssl:18"
                  },
                  "variables": {
                    "PGDATA": {
                      "isOptional": false,
                      "description": "PostgreSQL data directory",
                      "defaultValue": "/var/lib/postgresql/data/pgdata"
                    },
                    "PGHOST": {
                      "isOptional": false,
                      "description": "Railway private domain",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "PGPORT": {
                      "isOptional": false,
                      "description": "PostgreSQL port",
                      "defaultValue": "5432"
                    },
                    "PGUSER": {
                      "isOptional": false,
                      "description": "PostgreSQL user",
                      "defaultValue": "${{POSTGRES_USER}}"
                    },
                    "PGDATABASE": {
                      "isOptional": false,
                      "description": "PostgreSQL database",
                      "defaultValue": "${{POSTGRES_DB}}"
                    },
                    "PGPASSWORD": {
                      "isOptional": false,
                      "description": "PostgreSQL password",
                      "defaultValue": "${{POSTGRES_PASSWORD}}"
                    },
                    "POSTGRES_DB": {
                      "isOptional": false,
                      "description": "Initial database",
                      "defaultValue": "bisibility"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "Private PostgreSQL connection URL",
                      "defaultValue": "postgresql://${{PGUSER}}:${{POSTGRES_PASSWORD}}@${{RAILWAY_PRIVATE_DOMAIN}}:5432/${{PGDATABASE}}"
                    },
                    "POSTGRES_USER": {
                      "isOptional": false,
                      "description": "Database owner",
                      "defaultValue": "postgres"
                    },
                    "SSL_CERT_DAYS": {
                      "isOptional": true,
                      "description": "TLS certificate lifetime",
                      "defaultValue": "820"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "description": "Generated database password",
                      "defaultValue": "{{POSTGRES_PASSWORD}}"
                    },
                    "RAILWAY_DEPLOYMENT_DRAINING_SECONDS": {
                      "isOptional": false,
                      "description": "Graceful shutdown window",
                      "defaultValue": "60"
                    }
                  },
                  "networking": {},
                  "volumeMounts": {
                    "df1fe49f-276d-493d-97b1-5d651e1c67fc": {
                      "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."
                  }
                },
                "faaf6b20-d0ab-4f31-99b9-b7403f5a304c": {
                  "icon": "https://cdn.simpleicons.org/temporal/444CE7",
                  "name": "temporal-namespace",
                  "deploy": {
                    "startCommand": "sh -eu -c 'timeout 300 sh -c \"until temporal operator cluster health --address $TEMPORAL_ADDRESS | grep -q SERVING; do echo Waiting for the Temporal frontend; sleep 2; done\"; if temporal operator namespace describe --address \"$TEMPORAL_ADDRESS\" --namespace \"$TEMPORAL_NAMESPACE\" >/dev/null 2>&1; then temporal operator namespace update --address \"$TEMPORAL_ADDRESS\" --namespace \"$TEMPORAL_NAMESPACE\" --retention \"$TEMPORAL_NAMESPACE_RETENTION\"; else temporal operator namespace create --address \"$TEMPORAL_ADDRESS\" --namespace \"$TEMPORAL_NAMESPACE\" --retention \"$TEMPORAL_NAMESPACE_RETENTION\" --description \"bisibility application namespace\"; fi; timeout 120 sh -c \"until temporal operator namespace describe --address $TEMPORAL_ADDRESS --namespace $TEMPORAL_NAMESPACE >/dev/null 2>&1; do echo Waiting for the namespace cache; sleep 2; done\"; list_search_attributes() { deadline=$(( $(date +%s) + 120 )); until current=$(temporal operator search-attribute list --address \"$TEMPORAL_ADDRESS\" --namespace \"$TEMPORAL_NAMESPACE\" --output json 2>/dev/null); do if [ \"$(date +%s)\" -ge \"$deadline\" ]; then echo \"Timed out waiting for Temporal search-attribute namespace visibility.\" >&2; return 1; fi; echo \"Waiting for Temporal search-attribute namespace visibility...\" >&2; sleep 2; done; printf \"%s\" \"$current\" | tr -d \"[:space:]\"; }; has_keyword_attribute() { printf \"%s\" \"$1\" | grep -o \"$2[^,}]*\" | grep -Fq \"INDEXED_VALUE_TYPE_KEYWORD\"; }; ensure_search_attribute() { attribute=$1; current=$(list_search_attributes); if has_keyword_attribute \"$current\" \"$attribute\"; then echo \"Temporal search attribute $attribute already exists as Keyword.\"; return 0; fi; if output=$(temporal operator search-attribute create --address \"$TEMPORAL_ADDRESS\" --namespace \"$TEMPORAL_NAMESPACE\" --name \"$attribute\" --type Keyword 2>&1); then printf \"%s\\n\" \"$output\"; return 0; fi; current=$(list_search_attributes); if has_keyword_attribute \"$current\" \"$attribute\"; then echo \"Temporal search attribute $attribute was created concurrently.\"; return 0; fi; printf \"%s\\n\" \"$output\" >&2; return 1; }; for attribute in keywordId projectId provider; do ensure_search_attribute \"$attribute\"; done'",
                    "restartPolicyType": "NEVER"
                  },
                  "source": {
                    "image": "temporalio/admin-tools:1.31.2"
                  },
                  "variables": {
                    "TEMPORAL_ADDRESS": {
                      "isOptional": false,
                      "description": "Temporal frontend address",
                      "defaultValue": "${{web.TEMPORAL_ADDRESS}}"
                    },
                    "TEMPORAL_NAMESPACE": {
                      "isOptional": false,
                      "description": "Temporal namespace",
                      "defaultValue": "${{web.TEMPORAL_NAMESPACE}}"
                    },
                    "BISIBILITY_DEPLOYMENT_SUFFIX": {
                      "isOptional": false,
                      "description": "Shared deployment suffix",
                      "defaultValue": "${{web.BISIBILITY_DEPLOYMENT_SUFFIX}}"
                    },
                    "TEMPORAL_NAMESPACE_RETENTION": {
                      "isOptional": false,
                      "description": "Bundled namespace retention",
                      "defaultValue": "24h"
                    }
                  },
                  "networking": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "web",
      "method": "GET",
      "path": "/api/v1/readiness",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 8,
    "needs_volume": true
  },
  "generated_at": "2026-09-11T04:14:34.944Z",
  "generator_version": "0.1.0"
}
