Official hosting configurations for n8n -- the workflow automation platform.
The official n8n Helm chart for production Kubernetes deployments.
helm install n8n oci://ghcr.io/n8n-io/n8n-helm-chart/n8n --version 1.0.0 -f my-values.yamlSee the chart README for full documentation and the examples directory for common configurations.
| Directory | Description |
|---|---|
| docker-compose/withPostgres | n8n + PostgreSQL |
| docker-compose/withPostgresAndWorker | n8n + PostgreSQL + Redis + worker (queue mode) |
| docker-compose/subfolderWithSSL | n8n behind SSL reverse proxy in subfolder |
| docker-caddy | n8n with Caddy reverse proxy |
See kubernetes/ for raw Kubernetes manifest examples used in cloud provider tutorials (AWS, Azure, GCP).