Saltar al contenido principal

Railway Deployment Guide

Deploy Ever Gauzy to Railway with one-click setup.

Prerequisitesโ€‹

Quick Startโ€‹

1. Create Projectโ€‹

  1. Go to Railway dashboard
  2. Click New Project โ†’ Deploy from GitHub repo
  3. Select ever-co/ever-gauzy

2. Add Servicesโ€‹

Add from the Railway marketplace:

  • PostgreSQL โ€” database
  • Redis โ€” caching

3. Configure Variablesโ€‹

Railway auto-connects services. Add custom variables:

NODE_ENV=production
JWT_SECRET=your-secret
JWT_REFRESH_SECRET=your-refresh-secret
API_BASE_URL=https://gauzy-api.up.railway.app
CLIENT_BASE_URL=https://gauzy-webapp.up.railway.app
FILE_PROVIDER=LOCAL

4. Deployโ€‹

Railway auto-deploys on push. Manual deploy:

railway up

Railway-Specific Notesโ€‹

  • DATABASE_URL and REDIS_URL are auto-injected
  • SSL is automatic
  • Custom domains supported with free SSL
  • Automatic scaling based on load