Deploy Karrio shipping
Karrio shipping API and dashboard with durable PostgreSQL and Redis.
Application
Karrio Dashboard
Just deployed
Karrio Worker
Just deployed
Karrio API
Just deployed
Data
Karrio PostgreSQL
Just deployed
/var/lib/postgresql/data
Karrio Redis
Just deployed
/data
Deploy and Host Karrio on Railway
Deploy the Karrio community shipping API and dashboard with a detached worker, PostgreSQL, and authenticated Redis. Railway generates the administrator and service secrets and keeps both data services private.
About Hosting Karrio
Karrio provides a unified API for carrier rates, shipping labels, tracking, webhooks, and connection management. This template packages the open-source community deployment as two public applications and three private supporting services, with durable PostgreSQL and Redis storage.
Why Deploy Karrio on Railway
Railway supplies HTTPS domains, private service discovery, generated secrets, health checks, and persistent volumes, so the five-service hobby topology deploys as one graph. The API performs migrations and administrator bootstrap, while the worker waits for the schema before it consumes tasks.
Common Use Cases
- Add multi-carrier rates, labels, and tracking to an application through one API.
- Evaluate carrier integrations in test mode before supplying production credentials.
- Give a small operations team a hosted dashboard for shipment and connection workflows.
Dependencies for Karrio Hosting
The template pins Karrio Server and Dashboard 2026.1.32, PostgreSQL 17, and Redis 8 by immutable image digest. It deploys only Karrio's community images and excludes separately licensed enterprise /ee components.
Deployment Dependencies
- Karrio API and Dashboard
- Karrio detached worker
- PostgreSQL with a 5 GB persistent volume
- Password-protected Redis with a 1 GB append-only persistent volume
Template Content
Karrio PostgreSQL
postgres:17-alpineKarrio Redis
redis:8-alpineKarrio Dashboard
karrio/dashboard:2026.1.32Karrio Worker
karrio/server:2026.1.32Karrio API
karrio/server:2026.1.32