Templates
Self-host n8n with Unbind
Deploy n8n on your own servers with Unbind. Workflow automation with a worker, a queue and a database already wired up.
n8n is a workflow automation tool. You connect apps, APIs and AI models with a visual editor, and drop into code when you need to.
Deploy it from the template list. It takes a minute or two.
What gets deployed
| Service | Runs |
|---|---|
| PostgreSQL | postgres |
| Redis | redis |
| n8n Worker | n8nio/n8n:2.37.1 |
| n8n | n8nio/n8n:2.37.1 |
Plan for at least 1 CPU core and 1.5 GB of memory.
Workflows, credentials and execution history live in the PostgreSQL service. The template creates no volume.
What you fill in
| Input | Description | Default |
|---|---|---|
| Domain | The domain for the n8n instance. | |
| Database Size | Size of the storage for the PostgreSQL database. | 1 GB |
After it deploys
Open your domain. n8n asks you to create the owner account.
Good to know
- Runs in queue mode: the n8n service serves the editor and receives webhooks, and the n8n Worker service runs the executions, with Redis as the queue between them. Manual runs from the editor go to the worker too.
- More throughput: raise the replicas of the n8n Worker service.
- Keep the encryption key:
N8N_ENCRYPTION_KEYon the n8n service encrypts your saved credentials. If you lose it, those credentials cannot be read again.