Deploy NocoDB + SQLite
[Feb 2026 Update] Convert any database into a no-code platform
nocodb
Just deployed
/usr/app/data
Deploy and Host NocoDB on Railway
NocoDB is the fastest and easiest way to build databases online. It provides a rich spreadsheet interface on top of your data with multiple view types (grid, gallery, form, kanban, calendar), access controls, workflow automations, and programmatic access via REST APIs.
About Hosting NocoDB
Deploying NocoDB on Railway uses the official Docker image (nocodb/nocodb:latest) with SQLite as the default database — no external database service required. NocoDB stores its data (SQLite database, uploaded attachments, metadata) in a single directory that needs to be mounted as a persistent volume. On first launch, NocoDB presents a signup screen to create the initial admin account. The application listens on port 8080 by default. For production use, you should set NC_AUTH_JWT_SECRET to a stable secret so authentication tokens survive across redeploys.
Common Use Cases
- Building internal tools, CRMs, and project trackers with a collaborative spreadsheet interface on top of a database
- Creating shared forms, kanban boards, and gallery views for teams without writing code
- Replacing Airtable with a self-hosted alternative that offers REST APIs, webhooks, and workflow automations with no vendor lock-in
Dependencies for NocoDB Hosting
- Docker image:
nocodb/nocodb:latest - Persistent volume for data storage
Deployment Dependencies
Implementation Details
Environment variables for the Railway service:
NC_AUTH_JWT_SECRET=your-random-secret-string
Mount a persistent volume at /usr/app/data/ to preserve the SQLite database, attachments, and metadata across redeploys.
Why Deploy NocoDB on Railway?
Railway is a singular platform to deploy your infrastructure stack. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it.
By deploying NocoDB on Railway, you are one step closer to supporting a complete full-stack application with minimal burden. Host your servers, databases, AI agents, and more on Railway.
Template Content
nocodb
nocodb/nocodb:latest