forked from lebalz/node-red-render-no-db
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
21 lines (21 loc) · 724 Bytes
/
render.yaml
File metadata and controls
21 lines (21 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
services:
# Node App
- type: web
plan: free # optional (defaults to starter)
region: frankfurt
name: node-red
env: node
repo: https://github.com/bh0fer/node-red-render-efin.git
buildCommand: npm install;
startCommand: node --max-old-space-size=384 node_modules/node-red/red.js --settings ./settings.js;
healthCheckPath: /
envVars:
- key: DATABASE_URL
description: external db connection string
sync: false
- key: NODE_RED_USERNAME
description: the username to secure the editor with, default[admin]
sync: false
- key: NODE_RED_PASSWORD
description: the password to secure the editor with, default[password]
sync: false