Railway provisions a Libredesk service alongside managed PostgreSQL and Redis from a single template. The database schema installs automatically on first deploy.Documentation Index
Fetch the complete documentation index at: https://docs.libredesk.io/llms.txt
Use this file to discover all available pages before exploring further.
Deploy
Click Deploy on Railway
Sign in to Railway, then set
LIBREDESK_SYSTEM_USER_PASSWORD in the deploy form. It must be at least 10 characters with uppercase, lowercase, numeric, and special characters (e.g. MyPassword@123).Wait for the build
Railway provisions PostgreSQL, Redis, and the Libredesk app, and assigns a
*.up.railway.app domain to the Libredesk service. The schema installs automatically on first boot.Configuration
To override any Libredesk setting, add an environment variable under the Libredesk service’s Variables tab. All variables use theLIBREDESK_ prefix with double underscores (__) for nested keys.
| Setting | Environment variable |
|---|---|
| Max attachment / request body size (bytes) | LIBREDESK_APP__SERVER__MAX_BODY_SIZE |
| Session lifetime | LIBREDESK_APP__SERVER__SESSION_LIFETIME |
Log level (debug, info, warn, error) | LIBREDESK_APP__LOG_LEVEL |

