-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
30 lines (30 loc) · 738 Bytes
/
Copy pathrender.yaml
File metadata and controls
30 lines (30 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
services:
- type: web
name: setpoint
runtime: node
plan: starter
branch: master
autoDeployTrigger: "off"
buildCommand: npm ci && npm run build
startCommand: npm start
healthCheckPath: /healthz
maxShutdownDelaySeconds: 120
disk:
name: tldraw-assets
mountPath: /var/data
sizeGB: 1
envVars:
- key: NODE_ENV
value: production
- key: NODE_VERSION
value: 24.15.0
- key: TURSO_DATABASE_URL
sync: false
- key: TURSO_AUTH_TOKEN
sync: false
- key: EA_ENCRYPTION_KEY
generateValue: true
- key: EA_SETUP_TOKEN
generateValue: true
- key: EA_TLDRAW_ASSET_DIR
value: /var/data/tldraw-assets