Skip to content

Scalingo/n8n-scalingo

Repository files navigation

Metabase

Deploy N8N on Scalingo

One-click deployment

Run your own N8N instance with one click.

Deploy

Steps to deploy N8N manually

  1. Create an application on Scalingo
scalingo create my-n8n
  1. Add a PostgreSQL for the internal usage of n8n
scalingo -a my-n8n addons-add postgresql postgresql-starter-512
  1. Add some needed configuration for N8N

Tell N8N to listen on the port provided by Scalingo.

scalingo -a my-n8n env-set 'N8N_PORT=$PORT'

Define an encryption key used to encrypt credentials before storing them in the database.

scalingo -a my-n8n env-set 'N8N_ENCRYPTION_KEY=<A RANDOM STRING>'
  1. Clone this repository
git clone https://github.com/Scalingo/n8n-scalingo
  1. Configure GIT
cd n8n-scalingo
scalingo -a my-n8n git-setup
  1. Deploy the application
git push scalingo master

About

n8n Deployment for Scalingo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •