-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
29 lines (29 loc) · 792 Bytes
/
render.yaml
File metadata and controls
29 lines (29 loc) · 792 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
services:
- type: web
name: colabwize-backend
runtime: node
region: oregon
repo: https://github.com/clawncore/colabwize.git
branch: main
rootDir: backend
buildCommand: chmod +x scripts/setup-pandoc.sh && ./scripts/setup-pandoc.sh && npm install && npm run build
startCommand: npm start
plan: starter
healthCheckPath: /health
envVars:
- key: NODE_ENV
value: production
- key: PORT
value: 3001
- key: SUPABASE_URL
sync: false
- key: SUPABASE_ANON_KEY
sync: false
- key: SUPABASE_SERVICE_ROLE_KEY
sync: false
- key: DATABASE_URL
sync: false
- key: FRONTEND_URL
sync: false
- key: ALLOWED_ORIGINS
sync: false