ZTS Docs
Deployment

Deployment Guide

How to deploy the application on various platforms.

This guide outlines several recommended methods for deploying your application. We'll cover both traditional server-based deployments (recommended for full feature compatibility) and serverless options.

Platform Compatibility Overview

PlatformDeployment TypePostgreSQLRedis / Background Jobs (BullMQ)
CoolifyServer✅ Yes✅ Yes
RailwayServer✅ Yes✅ Yes
RenderServer✅ Yes⚠️ Yes (Valkey)
VercelServerless❌ No (Requires external)❌ No (Requires external)

Server-based deployments offer the most flexibility and ensure all features, including background jobs and cron tasks, function correctly. Coolify is the recommended platform.

For detailed deployment instructions for each platform, please see:

Serverless Deployment

Serverless platforms can be a cost-effective way to host the application, but they come with limitations, particularly regarding long-running processes.

For detailed instructions on serverless deployment, please see:

Choose the deployment option that best suits your needs regarding feature requirements (especially background jobs), scalability, and management preferences.

On this page