Skip to content

Deploy n8n on Render (render.com) with Docker + persistent disk storage + Postgres

Notifications You must be signed in to change notification settings

Daspy11/n8n-render-blueprint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n8n-render-blueprint

Forked from the original because it has been abandoned with deprecated settings which have been removed from Render, and has a missing WEBHOOK_URL environment variable which should really be set or else n8n thinks it's being run on localhost.

This repository is configured to deploy a basic web service + docker container. To use it, use this repo as a template and then make the following modifications to render.yaml

  1. Change the value of WEBHOOK_URL to wherever you're planning to host n8n.
  2. Optional: Change the database plan to an available option here. Default: Starter - 0.1vcpu, 256MB RAM.
  3. Optional: Change the web service plan to an available option here. Default: Standard - 1vcpu, 2GB RAM.

Notes

  • Don't change the storage volume location, this is hardcoded in Render.
  • I didn't test the workflow export shell script.

About

Deploy n8n on Render (render.com) with Docker + persistent disk storage + Postgres

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 96.5%
  • Dockerfile 3.5%