Skip to content

Commit

Permalink
doco update
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottJWalter committed May 13, 2024
1 parent c419440 commit e048a69
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# n8n on Fly.io
This repository contains a `Dockerfile` and a `fly.toml` configuration file to deploy an [n8n](https://github.com/n8n-io) server on [Fly.io](https://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
- Setup fly.io [account](https://fly.io/)
- Install fly.io CLI [`flyctl`](https://fly.io/docs/getting-started/installing-flyctl/)
- Install [Docker](https://www.docker.com/products/docker-desktop)
- A [fly.io account](https://fly.io/)
- The fly.io CLI [installed](https://fly.io/docs/getting-started/installing-flyctl/)
- Docker [installed](https://www.docker.com/products/docker-desktop)

## Deployment Process
### Step 1: Clone & Build
Expand All @@ -15,8 +21,8 @@ $ cd fly-sjwc-n8n
$ ./build.sh
```
When prompted:
- USE the `fly.toml` file found (NOT DEFAULT)
- DON'T TWEAK things (DEFAULT)
- 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!

Expand Down

0 comments on commit e048a69

Please sign in to comment.