Automation Self-hosted n8n on Ubuntu VPS with Docker Compose, Traefik, PostgreSQL, Queue Mode (Redis + workers)

n8n Manager is a production-ready, one-script toolkit for running a self-hosted n8n stack on Docker. It automates install, upgrade, backup, and restore workflows for both Single and Queue execution modes—fronted by Traefik (HTTPS & reverse proxy with Let’s Encrypt) and backed by PostgreSQL (persistence) with optional Redis + workers for scalable queues. Everything is driven by n8n_manager.sh so you get repeatable, safe operations without hand-crafting Docker commands.

Checkout the script at my github: GitHub - thenguyenvn90/n8n-toolkit: n8n Manager — Install • Upgrade • Backup • Restore on Docker Compose (Traefik, Postgres, Redis), with support for single & queue modes.

Thanks,
The Minh Nguyen

2 Likes

Thank you so much!
Perfect repo, big love from Vietnam <3

1 Like

Thanks,
I posted a new topic to cover this.