Skip to content

reorx/n8n-on-fly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

n8n on fly

How to setup

  1. Fork the repo

  2. Customize fly.toml and prod.env to suit your own needs.

  3. Run the following commands:

    fly launch
    fly secrets import < prod.env

Caveats

prod.env

prod.env should contain the following env vars:

DB_POSTGRESDB_HOST=db.***.supabase.co
DB_POSTGRESDB_PASSWORD=*****
N8N_ENCRYPTION_KEY=*****

Note that you MUST NOT add double quotes around the env values due to this issue

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published