Skip to content

ScottJWalter/fly-sjwc-n8n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n8n on Fly.io

This repository contains a Dockerfile and a fly.toml configuration file to deploy an n8n server on Fly.io.

This is boiled down from several sources

(TODO: LIST SOURCES)

And is a learning/POC instance. The build.sh script launches a single machine (non-HA mode). Adjust as you need, and use at your own risk.

Prerequisites

Deployment Process

Step 1: Clone & Build

Clone this repository and run the build.sh script:

$ git clone https://github.com/ScottJWalter/fly-sjwc-n8n.git
$ cd fly-sjwc-n8n
$ ./build.sh

When prompted:

  • USE the fly.toml file found (this is NOT DEFAULT)
  • You may wish to tweak the app name in the .toml (this is also NOT DEFAULT)

Done!

Updates

To update n8n:

$ flyctl deploy --no-cache

About

Run a small, simple n8n instance on Fly.io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published