{
  "manifest_version": "1.0.0",
  "template": {
    "id": "580e7fd3-ccaa-453f-be36-bddc5364f4b7",
    "slug": "zulip-chat",
    "name": "Zulip",
    "description": "Team chat where every conversation gets its own named topic",
    "url": "https://railway.com/deploy/zulip-chat",
    "upstream": {
      "image": "axllent/mailpit:latest"
    }
  },
  "services": [
    {
      "name": "memcached",
      "source": {
        "image": "memcached:alpine"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "Redis",
      "source": {
        "image": "redis:8.2"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    },
    {
      "name": "postgres",
      "source": {
        "image": "zulip/zulip-postgresql:14"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql/data",
      "http": false
    },
    {
      "name": "rabbitmq",
      "source": {
        "image": "rabbitmq:4.2-management"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/rabbitmq",
      "http": false
    },
    {
      "name": "mailpit",
      "source": {
        "image": "axllent/mailpit:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    },
    {
      "name": "zulip",
      "source": {
        "repo": "https://github.com/gridalpha/zulip-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "SASL_CONF_PATH",
      "service": "memcached",
      "description": "SASL mechanism config path",
      "secret": false,
      "strategy": "default",
      "default": "/home/memcache/memcached.conf"
    },
    {
      "key": "MEMCACHED_PASSWORD",
      "service": "memcached",
      "description": "SASL password for zulip@localhost",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "MEMCACHED_SASL_PWDB",
      "service": "memcached",
      "description": "SASL password database path",
      "secret": false,
      "strategy": "default",
      "default": "/home/memcache/memcached-sasl-db"
    },
    {
      "key": "REDISHOST",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDISPORT",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "REDISUSER",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "default",
      "default": "default"
    },
    {
      "key": "REDIS_URL",
      "service": "Redis",
      "description": "Private connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDISPASSWORD",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "Redis",
      "description": "Auth password, read by the server",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "PGDATA",
      "service": "postgres",
      "description": "Cluster location below the mount root",
      "secret": false,
      "strategy": "default",
      "default": "/var/lib/postgresql/data/pgdata"
    },
    {
      "key": "POSTGRES_DB",
      "service": "postgres",
      "description": "Database created on first boot",
      "secret": false,
      "strategy": "default",
      "default": "zulip"
    },
    {
      "key": "POSTGRES_USER",
      "service": "postgres",
      "description": "Role created on first boot",
      "secret": false,
      "strategy": "default",
      "default": "zulip"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "postgres",
      "description": "Role password, read by the server",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "POSTGRES_INITDB_ARGS",
      "service": "postgres",
      "description": "initdb flags on first boot",
      "secret": false,
      "strategy": "default",
      "default": "--data-checksums"
    },
    {
      "key": "PORT",
      "service": "rabbitmq",
      "description": "Management port used for health checks",
      "secret": false,
      "strategy": "default",
      "default": "15672"
    },
    {
      "key": "RABBITMQ_NODENAME",
      "service": "rabbitmq",
      "description": "Pinned so the data directory survives redeploys",
      "secret": false,
      "strategy": "default",
      "default": "rabbit@localhost"
    },
    {
      "key": "RABBITMQ_DEFAULT_PASS",
      "service": "rabbitmq",
      "description": "Broker password",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "RABBITMQ_DEFAULT_USER",
      "service": "rabbitmq",
      "description": "Broker user created on first boot",
      "secret": false,
      "strategy": "default",
      "default": "zulip"
    },
    {
      "key": "RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS",
      "service": "rabbitmq",
      "description": "Erlang scheduler counts",
      "secret": false,
      "strategy": "default",
      "default": "+S 4:4 +SDio 4"
    },
    {
      "key": "PORT",
      "service": "mailpit",
      "description": "Inbox UI port",
      "secret": false,
      "strategy": "default",
      "default": "8025"
    },
    {
      "key": "MP_UI_AUTH",
      "service": "mailpit",
      "description": "Inbox basic-auth credentials",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "MP_DATABASE",
      "service": "mailpit",
      "description": "Message store on the volume",
      "secret": false,
      "strategy": "default",
      "default": "/data/mailpit.db"
    },
    {
      "key": "MP_MAX_MESSAGES",
      "service": "mailpit",
      "description": "Messages retained before rotation",
      "secret": false,
      "strategy": "default",
      "default": "5000"
    },
    {
      "key": "MP_UI_BIND_ADDR",
      "service": "mailpit",
      "description": "Dual-stack bind for the inbox UI",
      "secret": false,
      "strategy": "default",
      "default": "[::]:8025"
    },
    {
      "key": "MP_SMTP_BIND_ADDR",
      "service": "mailpit",
      "description": "Dual-stack bind for the SMTP listener",
      "secret": false,
      "strategy": "default",
      "default": "[::]:1025"
    },
    {
      "key": "PORT",
      "service": "zulip",
      "description": "Port Railway probes and routes to",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "ZULIP_ORG_NAME",
      "service": "zulip",
      "description": "Organization display name",
      "secret": false,
      "strategy": "default",
      "default": "Zulip"
    },
    {
      "key": "LOADBALANCER_IPS",
      "service": "zulip",
      "description": "Trusted reverse proxy ranges",
      "secret": false,
      "strategy": "default",
      "default": "100.64.0.0/10,152.233.0.0/17"
    },
    {
      "key": "ZULIP_ADMIN_NAME",
      "service": "zulip",
      "description": "Organization owner full name",
      "secret": false,
      "strategy": "default",
      "default": "Zulip Admin"
    },
    {
      "key": "ZULIP_ADMIN_EMAIL",
      "service": "zulip",
      "description": "Organization owner login",
      "secret": false,
      "strategy": "default",
      "default": "you@example.com"
    },
    {
      "key": "SECRETS_secret_key",
      "service": "zulip",
      "description": "Django signing key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "SETTING_EMAIL_HOST",
      "service": "zulip",
      "description": "Outgoing SMTP host",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "SETTING_EMAIL_PORT",
      "service": "zulip",
      "description": "Outgoing SMTP port",
      "secret": false,
      "strategy": "default",
      "default": "1025"
    },
    {
      "key": "SETTING_REDIS_HOST",
      "service": "zulip",
      "description": "Private Redis hostname",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "SETTING_REDIS_PORT",
      "service": "zulip",
      "description": "Redis port",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "AUTO_BACKUP_ENABLED",
      "service": "zulip",
      "description": "Nightly pg_dump into the volume",
      "secret": false,
      "strategy": "default",
      "default": "False"
    },
    {
      "key": "ZULIP_AUTH_BACKENDS",
      "service": "zulip",
      "description": "Enabled authentication backends",
      "secret": false,
      "strategy": "default",
      "default": "EmailAuthBackend"
    },
    {
      "key": "ZULIP_ADMIN_PASSWORD",
      "service": "zulip",
      "description": "Organization owner password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "SETTING_EMAIL_USE_SSL",
      "service": "zulip",
      "description": "Implicit TLS on the SMTP connection",
      "secret": false,
      "strategy": "default",
      "default": "False"
    },
    {
      "key": "SETTING_EMAIL_USE_TLS",
      "service": "zulip",
      "description": "STARTTLS on the SMTP connection",
      "secret": false,
      "strategy": "default",
      "default": "False"
    },
    {
      "key": "SETTING_EXTERNAL_HOST",
      "service": "zulip",
      "description": "Hostname Zulip serves",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "SETTING_RABBITMQ_HOST",
      "service": "zulip",
      "description": "Private RabbitMQ hostname",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "SECRETS_redis_password",
      "service": "zulip",
      "description": "Redis password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "ZULIP_SEED_ORGANIZATION",
      "service": "zulip",
      "description": "Set False to skip first-boot organization creation",
      "secret": false,
      "strategy": "default",
      "default": "True"
    },
    {
      "key": "SECRETS_postgres_password",
      "service": "zulip",
      "description": "PostgreSQL password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SECRETS_rabbitmq_password",
      "service": "zulip",
      "description": "RabbitMQ password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SECRETS_memcached_password",
      "service": "zulip",
      "description": "memcached SASL password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SETTING_MEMCACHED_LOCATION",
      "service": "zulip",
      "description": "Private memcached address",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "SETTING_ZULIP_ADMINISTRATOR",
      "service": "zulip",
      "description": "Server administrator address",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SETTING_REMOTE_POSTGRES_HOST",
      "service": "zulip",
      "description": "Private PostgreSQL hostname",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "SETTING_REMOTE_POSTGRES_PORT",
      "service": "zulip",
      "description": "PostgreSQL port",
      "secret": false,
      "strategy": "default",
      "default": "5432"
    },
    {
      "key": "CONFIG_application_server__uwsgi_processes",
      "service": "zulip",
      "description": "Web worker processes",
      "secret": false,
      "strategy": "default",
      "default": "4"
    },
    {
      "key": "CONFIG_application_server__queue_workers_multiprocess",
      "service": "zulip",
      "description": "One combined queue worker",
      "secret": false,
      "strategy": "default",
      "default": "false"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "zulip-chat"
      }
    },
    "cli": "railway deploy --template zulip-chat",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "580e7fd3-ccaa-453f-be36-bddc5364f4b7",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "4cb22a20-adfc-4f2f-92f4-194082228c3f": {
                  "icon": "https://cdn.worldvectorlogo.com/logos/memcached.svg",
                  "name": "memcached",
                  "deploy": {
                    "startCommand": "/bin/sh -euc 'echo \"mech_list: plain\" > \"$SASL_CONF_PATH\"; printf \"zulip@localhost:%s\\nzulip@%s:%s\\n\" \"$MEMCACHED_PASSWORD\" \"$(hostname)\" \"$MEMCACHED_PASSWORD\" > \"$MEMCACHED_SASL_PWDB\"; exec memcached -S -m 512 -c 4096'",
                    "healthcheckPath": null,
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "memcached:alpine"
                  },
                  "variables": {
                    "SASL_CONF_PATH": {
                      "isOptional": false,
                      "description": "SASL mechanism config path",
                      "defaultValue": "/home/memcache/memcached.conf"
                    },
                    "MEMCACHED_PASSWORD": {
                      "isOptional": false,
                      "description": "SASL password for zulip@localhost",
                      "defaultValue": "{{MEMCACHED_PASSWORD}}"
                    },
                    "MEMCACHED_SASL_PWDB": {
                      "isOptional": false,
                      "description": "SASL password database path",
                      "defaultValue": "/home/memcache/memcached-sasl-db"
                    }
                  }
                },
                "715e1cf7-6862-4767-b11a-db6c7beb7b2d": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/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\"",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "redis:8.2"
                  },
                  "variables": {
                    "REDISHOST": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDISPORT": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "6379"
                    },
                    "REDISUSER": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "default"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Private connection string",
                      "defaultValue": "redis://${{REDISUSER}}:${{REDIS_PASSWORD}}@${{REDISHOST}}:${{REDISPORT}}"
                    },
                    "REDISPASSWORD": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{REDIS_PASSWORD}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Auth password, read by the server",
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    }
                  },
                  "volumeMounts": {
                    "715e1cf7-6862-4767-b11a-db6c7beb7b2d": {
                      "mountPath": "/data"
                    }
                  }
                },
                "b99956de-2579-4ba8-9a65-b8e0df09f108": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/postgresql.svg",
                  "name": "postgres",
                  "deploy": {
                    "startCommand": "docker-entrypoint.sh postgres -c shared_buffers=512MB -c effective_cache_size=1536MB -c work_mem=8MB -c maintenance_work_mem=128MB",
                    "healthcheckPath": null,
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "zulip/zulip-postgresql:14"
                  },
                  "variables": {
                    "PGDATA": {
                      "isOptional": false,
                      "description": "Cluster location below the mount root",
                      "defaultValue": "/var/lib/postgresql/data/pgdata"
                    },
                    "POSTGRES_DB": {
                      "isOptional": false,
                      "description": "Database created on first boot",
                      "defaultValue": "zulip"
                    },
                    "POSTGRES_USER": {
                      "isOptional": false,
                      "description": "Role created on first boot",
                      "defaultValue": "zulip"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "description": "Role password, read by the server",
                      "defaultValue": "{{POSTGRES_PASSWORD}}"
                    },
                    "POSTGRES_INITDB_ARGS": {
                      "isOptional": false,
                      "description": "initdb flags on first boot",
                      "defaultValue": "--data-checksums"
                    }
                  },
                  "volumeMounts": {
                    "b99956de-2579-4ba8-9a65-b8e0df09f108": {
                      "mountPath": "/var/lib/postgresql/data"
                    }
                  }
                },
                "e18c8cd8-93c7-4f79-b550-96c9f25c57a2": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/rabbitmq.svg",
                  "name": "rabbitmq",
                  "deploy": {
                    "startCommand": "/bin/sh -euc 'mkdir -p /etc/rabbitmq/conf.d; MEM=$(cat /sys/fs/cgroup/memory.max 2>/dev/null || echo max); case \"$MEM\" in max|\"\") MEM=2147483648;; esac; { echo \"default_user = $RABBITMQ_DEFAULT_USER\"; echo \"default_pass = $RABBITMQ_DEFAULT_PASS\"; echo \"total_memory_available_override_value = $MEM\"; echo \"consumer_timeout = 86400000\"; } > /etc/rabbitmq/conf.d/10-railway.conf; exec docker-entrypoint.sh rabbitmq-server'",
                    "healthcheckPath": "/",
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "rabbitmq:4.2-management"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Management port used for health checks",
                      "defaultValue": "15672"
                    },
                    "RABBITMQ_NODENAME": {
                      "isOptional": false,
                      "description": "Pinned so the data directory survives redeploys",
                      "defaultValue": "rabbit@localhost"
                    },
                    "RABBITMQ_DEFAULT_PASS": {
                      "isOptional": false,
                      "description": "Broker password",
                      "defaultValue": "{{RABBITMQ_DEFAULT_PASS}}"
                    },
                    "RABBITMQ_DEFAULT_USER": {
                      "isOptional": false,
                      "description": "Broker user created on first boot",
                      "defaultValue": "zulip"
                    },
                    "RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS": {
                      "isOptional": false,
                      "description": "Erlang scheduler counts",
                      "defaultValue": "+S 4:4 +SDio 4"
                    }
                  },
                  "volumeMounts": {
                    "e18c8cd8-93c7-4f79-b550-96c9f25c57a2": {
                      "mountPath": "/var/lib/rabbitmq"
                    }
                  }
                },
                "ea9bd9fb-4cac-4596-9b56-9f2a66c37299": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/mailpit.svg",
                  "name": "mailpit",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/livez",
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "axllent/mailpit:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Inbox UI port",
                      "defaultValue": "8025"
                    },
                    "MP_UI_AUTH": {
                      "isOptional": false,
                      "description": "Inbox basic-auth credentials",
                      "defaultValue": "{{MP_UI_AUTH}}"
                    },
                    "MP_DATABASE": {
                      "isOptional": false,
                      "description": "Message store on the volume",
                      "defaultValue": "/data/mailpit.db"
                    },
                    "MP_MAX_MESSAGES": {
                      "isOptional": false,
                      "description": "Messages retained before rotation",
                      "defaultValue": "5000"
                    },
                    "MP_UI_BIND_ADDR": {
                      "isOptional": false,
                      "description": "Dual-stack bind for the inbox UI",
                      "defaultValue": "[::]:8025"
                    },
                    "MP_SMTP_BIND_ADDR": {
                      "isOptional": false,
                      "description": "Dual-stack bind for the SMTP listener",
                      "defaultValue": "[::]:1025"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8025": {
                        "port": 8025
                      }
                    }
                  },
                  "volumeMounts": {
                    "ea9bd9fb-4cac-4596-9b56-9f2a66c37299": {
                      "mountPath": "/data"
                    }
                  }
                },
                "eaa9ab96-d3ea-406d-a24b-8e883b96b938": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/zulip.svg",
                  "name": "zulip",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/zulip-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Port Railway probes and routes to",
                      "defaultValue": "80"
                    },
                    "ZULIP_ORG_NAME": {
                      "isOptional": false,
                      "description": "Organization display name",
                      "defaultValue": "Zulip"
                    },
                    "LOADBALANCER_IPS": {
                      "isOptional": false,
                      "description": "Trusted reverse proxy ranges",
                      "defaultValue": "100.64.0.0/10,152.233.0.0/17"
                    },
                    "ZULIP_ADMIN_NAME": {
                      "isOptional": false,
                      "description": "Organization owner full name",
                      "defaultValue": "Zulip Admin"
                    },
                    "ZULIP_ADMIN_EMAIL": {
                      "isOptional": false,
                      "description": "Organization owner login",
                      "defaultValue": "you@example.com"
                    },
                    "SECRETS_secret_key": {
                      "isOptional": false,
                      "description": "Django signing key",
                      "defaultValue": "{{SECRETS_secret_key}}"
                    },
                    "SETTING_EMAIL_HOST": {
                      "isOptional": false,
                      "description": "Outgoing SMTP host",
                      "defaultValue": "${{mailpit.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "SETTING_EMAIL_PORT": {
                      "isOptional": false,
                      "description": "Outgoing SMTP port",
                      "defaultValue": "1025"
                    },
                    "SETTING_REDIS_HOST": {
                      "isOptional": false,
                      "description": "Private Redis hostname",
                      "defaultValue": "${{Redis.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "SETTING_REDIS_PORT": {
                      "isOptional": false,
                      "description": "Redis port",
                      "defaultValue": "6379"
                    },
                    "AUTO_BACKUP_ENABLED": {
                      "isOptional": false,
                      "description": "Nightly pg_dump into the volume",
                      "defaultValue": "False"
                    },
                    "ZULIP_AUTH_BACKENDS": {
                      "isOptional": false,
                      "description": "Enabled authentication backends",
                      "defaultValue": "EmailAuthBackend"
                    },
                    "ZULIP_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "Organization owner password",
                      "defaultValue": "{{ZULIP_ADMIN_PASSWORD}}"
                    },
                    "SETTING_EMAIL_USE_SSL": {
                      "isOptional": false,
                      "description": "Implicit TLS on the SMTP connection",
                      "defaultValue": "False"
                    },
                    "SETTING_EMAIL_USE_TLS": {
                      "isOptional": false,
                      "description": "STARTTLS on the SMTP connection",
                      "defaultValue": "False"
                    },
                    "SETTING_EXTERNAL_HOST": {
                      "isOptional": false,
                      "description": "Hostname Zulip serves",
                      "defaultValue": "${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "SETTING_RABBITMQ_HOST": {
                      "isOptional": false,
                      "description": "Private RabbitMQ hostname",
                      "defaultValue": "${{rabbitmq.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "SECRETS_redis_password": {
                      "isOptional": false,
                      "description": "Redis password",
                      "defaultValue": "${{Redis.REDIS_PASSWORD}}"
                    },
                    "ZULIP_SEED_ORGANIZATION": {
                      "description": "Set False to skip first-boot organization creation",
                      "defaultValue": "True"
                    },
                    "SECRETS_postgres_password": {
                      "isOptional": false,
                      "description": "PostgreSQL password",
                      "defaultValue": "${{postgres.POSTGRES_PASSWORD}}"
                    },
                    "SECRETS_rabbitmq_password": {
                      "isOptional": false,
                      "description": "RabbitMQ password",
                      "defaultValue": "${{rabbitmq.RABBITMQ_DEFAULT_PASS}}"
                    },
                    "SECRETS_memcached_password": {
                      "isOptional": false,
                      "description": "memcached SASL password",
                      "defaultValue": "${{memcached.MEMCACHED_PASSWORD}}"
                    },
                    "SETTING_MEMCACHED_LOCATION": {
                      "isOptional": false,
                      "description": "Private memcached address",
                      "defaultValue": "${{memcached.RAILWAY_PRIVATE_DOMAIN}}:11211"
                    },
                    "SETTING_ZULIP_ADMINISTRATOR": {
                      "isOptional": false,
                      "description": "Server administrator address",
                      "defaultValue": "${{ZULIP_ADMIN_EMAIL}}"
                    },
                    "SETTING_REMOTE_POSTGRES_HOST": {
                      "isOptional": false,
                      "description": "Private PostgreSQL hostname",
                      "defaultValue": "${{postgres.RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "SETTING_REMOTE_POSTGRES_PORT": {
                      "isOptional": false,
                      "description": "PostgreSQL port",
                      "defaultValue": "5432"
                    },
                    "CONFIG_application_server__uwsgi_processes": {
                      "isOptional": false,
                      "description": "Web worker processes",
                      "defaultValue": "4"
                    },
                    "CONFIG_application_server__queue_workers_multiprocess": {
                      "isOptional": false,
                      "description": "One combined queue worker",
                      "defaultValue": "false"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:80": {
                        "port": 80
                      }
                    }
                  },
                  "volumeMounts": {
                    "eaa9ab96-d3ea-406d-a24b-8e883b96b938": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "mailpit",
      "method": "GET",
      "path": "/livez",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 6,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T13:49:32.196Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_da1133be5b1f4450a18d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 181,
    "typical_build_seconds": 94,
    "typical_start_seconds": 31,
    "slowest_service": "zulip"
  }
}
