Production-ready n8n with PostgreSQL persistence and Redis-backed queue for reliable workflow automation.
What's Included
- docker-compose.yml — 3 services: n8n (workflow engine), PostgreSQL (persistence), Redis (message queue)
- PostgreSQL init script — UUID and pgcrypto extensions
- .env.example — All environment variables documented
- README.md — Architecture diagram, quick start, production checklist
Requirements
- Docker Engine 24+ with Docker Compose v2
- 2GB RAM minimum, 4GB recommended
Download
Download the zip, extract it, run docker compose up -d.