This repository contains various deployment options for n8n workflow automation tool, including Docker, Docker Compose, and Kubernetes.
Simple deployment options using Docker Compose for development and small production environments.
Deployment option using Docker with Caddy as a reverse proxy.
Enterprise-grade deployment option with Kustomize overlays for production environments. Features UI/Worker separation, autoscaling via KEDA, and production-ready security hardening.
Choose a deployment option based on your requirements and follow the instructions in the corresponding directory.
For enterprise production deployments, the Kubernetes option offers the most scalability and resilience.