Home
Softono

N8n Render

Open source Shell
139
Stars
1K
Forks
7
Issues
1
Watchers
1 year
Last Commit

 About N8n Render

Deploying n8n on Render (render.com) hosting, using separate Web Service (with Docker and Persistent Disk Storage) + Postgres DB.

Platforms

Web Self-hosted Docker

Languages

Shell

Need Help Installing N8n Render?

We provide expert installation service for this software. Our team will install, configure, and secure N8n Render on your server. plans start at just $30.

N8n Render

View on GitHub

n8n-render README

Successfully deploy n8n on Render using Docker with the latest configurations and best practices.

Quick Start

  1. Fork this repository or use it as a template
  2. Open your Render Dashboard and use this repo as a Blueprint
  3. Update the WEBHOOK_URL environment variable in render.yaml to your domain
  4. Deploy and enjoy!

Important Notes

  • Do not change the storage volume mount path (/home/node/.n8n) - this is hardcoded in n8n
  • The .env file contains examples that can be added manually as Environment Variables in Render
  • Always set the WEBHOOK_URL to your actual domain to avoid localhost issues
  • Uses the latest n8n Docker image with automatic updates

What's Updated (2025)

  • βœ… Updated to use current Render database plans (flexible pricing)
  • βœ… Added required WEBHOOK_URL environment variable
  • βœ… Updated database instance types to current options
  • βœ… Improved documentation and setup instructions
  • βœ… Compatible with latest n8n versions (1.94.1+)

Environment Variables

The following variables should be configured in your Render dashboard:

  • WEBHOOK_URL - Your n8n domain (e.g., https://your-app.onrender.com/)
  • N8N_ENCRYPTION_KEY - Generate a secure random string
  • Database connection variables are auto-populated by Render

Troubleshooting

  • If webhooks aren't working, ensure WEBHOOK_URL is set to your actual domain
  • For data persistence issues, verify the mount path is exactly /home/node/.n8n
  • Check Render logs for any startup issues