{
  "manifest_version": "1.0.0",
  "template": {
    "id": "21cb46c7-d861-4b6c-ad42-7492d9540235",
    "slug": "formbricks-survey-platform",
    "name": "Formbricks Experience Management | Open Source Typeform Alternative",
    "description": "Self Host Formbricks. In-app surveys, NPS, CSAT, and feedback collection",
    "url": "https://railway.com/deploy/formbricks-survey-platform",
    "upstream": {
      "image": "pgvector/pgvector:pg18"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "pgvector",
      "source": {
        "image": "pgvector/pgvector:pg18"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql",
      "http": true
    },
    {
      "name": "Redis",
      "source": {
        "image": "redis:8.2.1"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    },
    {
      "name": "MinIO",
      "source": {
        "image": "minio/minio:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/bitnami/minio/data",
      "http": true
    },
    {
      "name": "Formbricks",
      "source": {
        "image": "ghcr.io/formbricks/formbricks:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/home/nextjs/apps/web/uploads",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PGDATA",
      "service": "pgvector",
      "description": "Location where PostgreSQL stores data files",
      "secret": false,
      "strategy": "default",
      "default": "/var/lib/postgresql/data/pgdata"
    },
    {
      "key": "PGHOST",
      "service": "pgvector",
      "description": "Public host/domain used to connect to Postgres.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGPORT",
      "service": "pgvector",
      "description": "Public port exposed for Postgres connections.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGUSER",
      "service": "pgvector",
      "description": "Username for PostgreSQL authentication.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGDATABASE",
      "service": "pgvector",
      "description": "Default Postgres database name.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGPASSWORD",
      "service": "pgvector",
      "description": "Password for the Postgres user.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_DB",
      "service": "pgvector",
      "description": "Name of the database created on startup.",
      "secret": false,
      "strategy": "default",
      "default": "formbricks"
    },
    {
      "key": "DATABASE_URL",
      "service": "pgvector",
      "description": "Full public connection string for Postgres.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_USER",
      "service": "pgvector",
      "description": "Postgres superuser name.",
      "secret": false,
      "strategy": "default",
      "default": "postgres"
    },
    {
      "key": "SSL_CERT_DAYS",
      "service": "pgvector",
      "description": "Validity period for generated SSL certificates.",
      "secret": false,
      "strategy": "default",
      "default": "820"
    },
    {
      "key": "PGHOST_PRIVATE",
      "service": "pgvector",
      "description": "Private internal domain for Postgres in Railway.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "PGPORT_PRIVATE",
      "service": "pgvector",
      "description": "Private internal port for Postgres.",
      "secret": false,
      "strategy": "default",
      "default": "5432"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "pgvector",
      "description": "Password for the Postgres superuser.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "DATABASE_URL_PRIVATE",
      "service": "pgvector",
      "description": "Full private connection string for internal services.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_DRAINING_SECONDS",
      "service": "pgvector",
      "description": "Time to wait before shutting down old deployments.",
      "secret": false,
      "strategy": "default",
      "default": "60"
    },
    {
      "key": "REDISHOST",
      "service": "Redis",
      "description": "Internal Redis service hostname",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDISPORT",
      "service": "Redis",
      "description": "Redis server listening port",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "REDISUSER",
      "service": "Redis",
      "description": "Redis default authentication user",
      "secret": false,
      "strategy": "default",
      "default": "default"
    },
    {
      "key": "REDIS_URL",
      "service": "Redis",
      "description": "Internal Redis connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDISPASSWORD",
      "service": "Redis",
      "description": "Redis password environment reference",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "Redis",
      "description": "Password for Redis authentication",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "REDIS_PUBLIC_URL",
      "service": "Redis",
      "description": "Public Redis connection URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PORT",
      "service": "MinIO",
      "description": "S3 API port",
      "secret": false,
      "strategy": "default",
      "default": "9000"
    },
    {
      "key": "MINIO_SCHEME",
      "service": "MinIO",
      "description": "Protocol scheme",
      "secret": false,
      "strategy": "default",
      "default": "https"
    },
    {
      "key": "MINIO_ROOT_USER",
      "service": "MinIO",
      "description": "MinIO admin username",
      "secret": false,
      "strategy": "default",
      "default": "fb-admin"
    },
    {
      "key": "RAILWAY_RUN_UID",
      "service": "MinIO",
      "description": "Run as root for volume access",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "MINIO_SERVER_URL",
      "service": "MinIO",
      "description": "Public URL for presigned URLs",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "MINIO_ROOT_PASSWORD",
      "service": "MinIO",
      "description": "MinIO admin password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "MINIO_BROWSER_REDIRECT_URL",
      "service": "MinIO",
      "description": "Console redirect URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "PORT",
      "service": "Formbricks",
      "description": "HTTP server port",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "MAIL_FROM",
      "service": "Formbricks",
      "description": "Sender email address",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "REDIS_URL",
      "service": "Formbricks",
      "description": "Redis connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "S3_REGION",
      "service": "Formbricks",
      "description": "S3 region (MinIO default)",
      "secret": false,
      "strategy": "default",
      "default": "us-east-1"
    },
    {
      "key": "SMTP_HOST",
      "service": "Formbricks",
      "description": "SMTP provider host",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "SMTP_PORT",
      "service": "Formbricks",
      "description": "SMTP port (587 or 465)",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "SMTP_USER",
      "service": "Formbricks",
      "description": "SMTP auth username",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "WEBAPP_URL",
      "service": "Formbricks",
      "description": "Public-facing app URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "CRON_SECRET",
      "service": "Formbricks",
      "description": "Cron job API secret",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "DATABASE_URL",
      "service": "Formbricks",
      "description": "PostgreSQL connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "NEXTAUTH_URL",
      "service": "Formbricks",
      "description": "NextAuth callback URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "S3_ACCESS_KEY",
      "service": "Formbricks",
      "description": "MinIO access key reference",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "S3_SECRET_KEY",
      "service": "Formbricks",
      "description": "MinIO secret key reference",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SMTP_PASSWORD",
      "service": "Formbricks",
      "description": "SMTP auth password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "ENCRYPTION_KEY",
      "service": "Formbricks",
      "description": "2FA and link survey encryption",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "MAIL_FROM_NAME",
      "service": "Formbricks",
      "description": "Sender display name",
      "secret": false,
      "strategy": "default",
      "default": "Formbricks"
    },
    {
      "key": "S3_BUCKET_NAME",
      "service": "Formbricks",
      "description": "Upload bucket name",
      "secret": false,
      "strategy": "default",
      "default": "formbricks"
    },
    {
      "key": "NEXTAUTH_SECRET",
      "service": "Formbricks",
      "description": "Session signing key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "S3_ENDPOINT_URL",
      "service": "Formbricks",
      "description": "MinIO public endpoint",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "SMTP_AUTHENTICATED",
      "service": "Formbricks",
      "description": "Require SMTP auth",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "S3_FORCE_PATH_STYLE",
      "service": "Formbricks",
      "description": "Required for MinIO",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "SMTP_SECURE_ENABLED",
      "service": "Formbricks",
      "description": "Enable TLS (1 for port 465)",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "PASSWORD_RESET_DISABLED",
      "service": "Formbricks",
      "description": "Disable password reset",
      "secret": true,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "EMAIL_VERIFICATION_DISABLED",
      "service": "Formbricks",
      "description": "Disable email verification",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "SMTP_REJECT_UNAUTHORIZED_TLS",
      "service": "Formbricks",
      "description": "Validate TLS certificates",
      "secret": false,
      "strategy": "default",
      "default": "1"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "formbricks-survey-platform"
      }
    },
    "cli": "railway deploy --template formbricks-survey-platform",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "21cb46c7-d861-4b6c-ad42-7492d9540235",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "06dd28e5-01bc-4290-80a0-5fb971a58ad3": {
                  "icon": "https://devicons.railway.app/postgres",
                  "name": "pgvector",
                  "deploy": {
                    "startCommand": "/bin/sh -c \"unset PGPORT; docker-entrypoint.sh postgres --port=5432\"",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "pgvector/pgvector:pg18"
                  },
                  "variables": {
                    "PGDATA": {
                      "isOptional": false,
                      "description": "Location where PostgreSQL stores data files",
                      "defaultValue": "/var/lib/postgresql/data/pgdata"
                    },
                    "PGHOST": {
                      "isOptional": false,
                      "description": "Public host/domain used to connect to Postgres.",
                      "defaultValue": "${{RAILWAY_TCP_PROXY_DOMAIN}}"
                    },
                    "PGPORT": {
                      "isOptional": false,
                      "description": "Public port exposed for Postgres connections.",
                      "defaultValue": "${{RAILWAY_TCP_PROXY_PORT}}"
                    },
                    "PGUSER": {
                      "isOptional": false,
                      "description": "Username for PostgreSQL authentication.",
                      "defaultValue": "${{POSTGRES_USER}}"
                    },
                    "PGDATABASE": {
                      "isOptional": false,
                      "description": "Default Postgres database name.",
                      "defaultValue": "${{POSTGRES_DB}}"
                    },
                    "PGPASSWORD": {
                      "isOptional": false,
                      "description": "Password for the Postgres user.",
                      "defaultValue": "${{POSTGRES_PASSWORD}}"
                    },
                    "POSTGRES_DB": {
                      "isOptional": false,
                      "description": "Name of the database created on startup.",
                      "defaultValue": "formbricks"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "Full public connection string for Postgres.",
                      "defaultValue": "postgres://${{PGUSER}}:${{PGPASSWORD}}@${{PGHOST}}:${{PGPORT}}/${{PGDATABASE}}"
                    },
                    "POSTGRES_USER": {
                      "isOptional": false,
                      "description": "Postgres superuser name.",
                      "defaultValue": "postgres"
                    },
                    "SSL_CERT_DAYS": {
                      "isOptional": false,
                      "description": "Validity period for generated SSL certificates.",
                      "defaultValue": "820"
                    },
                    "PGHOST_PRIVATE": {
                      "isOptional": false,
                      "description": "Private internal domain for Postgres in Railway.",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "PGPORT_PRIVATE": {
                      "isOptional": false,
                      "description": "Private internal port for Postgres.",
                      "defaultValue": "5432"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "description": "Password for the Postgres superuser.",
                      "defaultValue": "{{POSTGRES_PASSWORD}}"
                    },
                    "DATABASE_URL_PRIVATE": {
                      "isOptional": false,
                      "description": "Full private connection string for internal services.",
                      "defaultValue": "postgres://${{PGUSER}}:${{PGPASSWORD}}@${{PGHOST_PRIVATE}}:${{PGPORT_PRIVATE}}/${{PGDATABASE}}"
                    },
                    "RAILWAY_DEPLOYMENT_DRAINING_SECONDS": {
                      "isOptional": false,
                      "description": "Time to wait before shutting down old deployments.",
                      "defaultValue": "60"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "06dd28e5-01bc-4290-80a0-5fb971a58ad3": {
                      "mountPath": "/var/lib/postgresql"
                    }
                  }
                },
                "abbe31c2-0aef-401b-a620-36c977f4f76d": {
                  "icon": "https://cdn.sanity.io/images/sy1jschh/production/0ce0bfdcfbdbf69662b1116671f97c2dd788b655-157x157.svg",
                  "name": "Redis",
                  "deploy": {
                    "startCommand": "/bin/sh -c \"rm -rf $RAILWAY_VOLUME_MOUNT_PATH/lost+found/ && exec docker-entrypoint.sh redis-server --requirepass $REDIS_PASSWORD --save 60 1 --dir $RAILWAY_VOLUME_MOUNT_PATH\"",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "redis:8.2.1"
                  },
                  "variables": {
                    "REDISHOST": {
                      "isOptional": false,
                      "description": "Internal Redis service hostname",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDISPORT": {
                      "isOptional": false,
                      "description": "Redis server listening port",
                      "defaultValue": "6379"
                    },
                    "REDISUSER": {
                      "isOptional": false,
                      "description": "Redis default authentication user",
                      "defaultValue": "default"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Internal Redis connection string",
                      "defaultValue": "redis://${{REDISUSER}}:${{REDIS_PASSWORD}}@${{REDISHOST}}:${{REDISPORT}}"
                    },
                    "REDISPASSWORD": {
                      "isOptional": false,
                      "description": "Redis password environment reference",
                      "defaultValue": "${{REDIS_PASSWORD}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Password for Redis authentication",
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    },
                    "REDIS_PUBLIC_URL": {
                      "isOptional": false,
                      "description": "Public Redis connection URL",
                      "defaultValue": "redis://default:${{REDIS_PASSWORD}}@${{RAILWAY_TCP_PROXY_DOMAIN}}:${{RAILWAY_TCP_PROXY_PORT}}"
                    }
                  },
                  "volumeMounts": {
                    "abbe31c2-0aef-401b-a620-36c977f4f76d": {
                      "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."
                  }
                },
                "be5e6931-877a-4eb2-92f5-41dbdc590836": {
                  "name": "MinIO",
                  "deploy": {
                    "startCommand": " /bin/sh -c 'minio server /bitnami/minio/data --console-address :9001 & MINIO_PID=$!; sleep 8; mc alias set local http://localhost:9000 \"$MINIO_ROOT_USER\" \"$MINIO_ROOT_PASSWORD\" && mc mb --ignore-existing local/formbricks && mc anonymous set download local/formbricks; wait $MINIO_PID'"
                  },
                  "source": {
                    "image": "minio/minio:latest"
                  },
                  "variables": {
                    "PORT": {
                      "description": "S3 API port",
                      "defaultValue": "9000"
                    },
                    "MINIO_SCHEME": {
                      "description": "Protocol scheme",
                      "defaultValue": "https"
                    },
                    "MINIO_ROOT_USER": {
                      "description": "MinIO admin username",
                      "defaultValue": "fb-admin"
                    },
                    "RAILWAY_RUN_UID": {
                      "description": "Run as root for volume access",
                      "defaultValue": "0"
                    },
                    "MINIO_SERVER_URL": {
                      "description": "Public URL for presigned URLs",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "MINIO_ROOT_PASSWORD": {
                      "description": "MinIO admin password",
                      "defaultValue": "{{MINIO_ROOT_PASSWORD}}"
                    },
                    "MINIO_DEFAULT_BUCKETS": {
                      "isOptional": true,
                      "defaultValue": ""
                    },
                    "MINIO_BROWSER_REDIRECT_URL": {
                      "description": "Console redirect URL",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:9000": {
                        "port": 9000
                      }
                    }
                  },
                  "volumeMounts": {
                    "be5e6931-877a-4eb2-92f5-41dbdc590836": {
                      "mountPath": "/bitnami/minio/data"
                    }
                  }
                },
                "cc9a05a8-fe13-415d-b18c-01c3c6d06598": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/formbricks.svg",
                  "name": "Formbricks",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/formbricks/formbricks:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP server port",
                      "defaultValue": "3000"
                    },
                    "MAIL_FROM": {
                      "description": "Sender email address",
                      "defaultValue": "{{MAIL_FROM}}"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Redis connection string",
                      "defaultValue": "redis://default:${{Redis.REDIS_PASSWORD}}@${{Redis.RAILWAY_PRIVATE_DOMAIN}}:${{Redis.REDISPORT}}"
                    },
                    "S3_REGION": {
                      "description": "S3 region (MinIO default)",
                      "defaultValue": "us-east-1"
                    },
                    "SMTP_HOST": {
                      "description": "SMTP provider host",
                      "defaultValue": "{{SMTP_HOST}}"
                    },
                    "SMTP_PORT": {
                      "description": "SMTP port (587 or 465)",
                      "defaultValue": "{{SMTP_PORT}}"
                    },
                    "SMTP_USER": {
                      "description": "SMTP auth username",
                      "defaultValue": "{{SMTP_USER}}"
                    },
                    "WEBAPP_URL": {
                      "isOptional": false,
                      "description": "Public-facing app URL",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "CRON_SECRET": {
                      "isOptional": false,
                      "description": "Cron job API secret",
                      "defaultValue": "{{CRON_SECRET}}"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "PostgreSQL connection string",
                      "defaultValue": "postgresql://postgres:${{pgvector.POSTGRES_PASSWORD}}@${{pgvector.RAILWAY_PRIVATE_DOMAIN}}:5432/formbricks?schema=public"
                    },
                    "NEXTAUTH_URL": {
                      "isOptional": false,
                      "description": "NextAuth callback URL",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "S3_ACCESS_KEY": {
                      "description": "MinIO access key reference",
                      "defaultValue": "${{MinIO.MINIO_ROOT_USER}}"
                    },
                    "S3_SECRET_KEY": {
                      "description": "MinIO secret key reference",
                      "defaultValue": "${{MinIO.MINIO_ROOT_PASSWORD}}"
                    },
                    "SMTP_PASSWORD": {
                      "description": "SMTP auth password",
                      "defaultValue": "{{SMTP_PASSWORD}}"
                    },
                    "ENCRYPTION_KEY": {
                      "isOptional": false,
                      "description": "2FA and link survey encryption",
                      "defaultValue": "{{ENCRYPTION_KEY}}"
                    },
                    "MAIL_FROM_NAME": {
                      "description": "Sender display name",
                      "defaultValue": "Formbricks"
                    },
                    "S3_BUCKET_NAME": {
                      "description": "Upload bucket name",
                      "defaultValue": "formbricks"
                    },
                    "NEXTAUTH_SECRET": {
                      "isOptional": false,
                      "description": "Session signing key",
                      "defaultValue": "{{NEXTAUTH_SECRET}}"
                    },
                    "S3_ENDPOINT_URL": {
                      "description": "MinIO public endpoint",
                      "defaultValue": "https://${{MinIO.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "SMTP_AUTHENTICATED": {
                      "description": "Require SMTP auth",
                      "defaultValue": "1"
                    },
                    "S3_FORCE_PATH_STYLE": {
                      "description": "Required for MinIO",
                      "defaultValue": "1"
                    },
                    "SMTP_SECURE_ENABLED": {
                      "description": "Enable TLS (1 for port 465)",
                      "defaultValue": "0"
                    },
                    "PASSWORD_RESET_DISABLED": {
                      "isOptional": false,
                      "description": "Disable password reset",
                      "defaultValue": "1"
                    },
                    "EMAIL_VERIFICATION_DISABLED": {
                      "isOptional": false,
                      "description": "Disable email verification",
                      "defaultValue": "1"
                    },
                    "SMTP_REJECT_UNAUTHORIZED_TLS": {
                      "description": "Validate TLS certificates",
                      "defaultValue": "1"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "cc9a05a8-fe13-415d-b18c-01c3c6d06598": {
                      "mountPath": "/home/nextjs/apps/web/uploads"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Formbricks",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 4,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0"
}
