Documentation Index
Fetch the complete documentation index at: https://docs.kuest.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Railway account and project
- GitHub repository with your Kuest code
- Base values from Environment Variables
- A storage profile from Manual Installation Overview
Deploy flow
Point Railway to the config file
Because
railway.json is not at repository root, set this in Railway service settings:- Config file path:
/infra/railway/railway.json
- Builder:
DOCKERFILE - Dockerfile path:
infra/docker/Dockerfile - Pre-deploy command:
npm run db:push
Set environment variables and secrets
Add the shared values from Environment Variables, then set exactly one storage profile from Manual Installation Overview.
Generate a public domain and set SITE_URL
In Networking, generate or attach a domain and set
SITE_URL to that final HTTPS URL.