Comment on page
Render
- 1.
- 2.Visit your github profile to assure you have successfully made a fork
- 3.
- 4.Click New +

- 5.Select Web Service

- 6.Connect Your GitHub Account
- 7.Select your forked Flowise repo and click Connect

- 8.Fill in your preferred Name and Region.
- 9.Select
Docker
as your Runtime

- 9.Select an Instance

- 10.(Optional) Add app level authorization, click Advanced and add
Environment Variable
- FLOWISE_USERNAME
- FLOWISE_PASSWORD

Add
NODE_VERSION
with value 18.18.1
as the node version to run the instance.- 11.Click Create Web Service


The default filesystem for services running on Render is ephemeral. Flowise data isn’t persisted across deploys and restarts. To solve this issue, we can use Render Disk.
- 1.On the left hand side bar, click Disks
- 2.Name your disk, and specify the Mount Path to
/opt/render/.flowise

- 3.Click the Environment section, and add these new environment variables:
- DATABASE_PATH -
/opt/render/.flowise
- APIKEY_PATH -
/opt/render/.flowise
- LOG_PATH -
/opt/render/.flowise/logs
- SECRETKEY_PATH -
/opt/render/.flowise

- 4.Click Manual Deploy then select Clear build cache & deploy

- 5.Now try creating a flow and save it in Flowise. Then try restarting service or redeploy, you should still be able to see the flow you have saved previously.
Watch how to deploy to Render
Last modified 1mo ago