-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
37 lines (35 loc) · 921 Bytes
/
Copy pathrender.yaml
File metadata and controls
37 lines (35 loc) · 921 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
31
32
33
34
35
36
services:
- type: web
name: mstudio-hetzner
runtime: node
plan: free
buildCommand: pnpm install && pnpm db:generate && NITRO_PRESET=node-server pnpm build && pnpm db:migrate:deploy
startCommand: pnpm start
envVars:
- key: NODE_ENV
value: production
- key: HOST
value: "0.0.0.0"
- key: PORT
fromService:
type: web
name: mstudio-hetzner
property: port
- key: DATABASE_URL
fromDatabase:
name: mstudio-hetzner-db
property: connectionString
- key: PRISMA_FIELD_ENCRYPTION_KEY
sync: false
- key: EXTENSION_ID
sync: false
- key: EXTENSION_SECRET
sync: false
- key: HETZNER_API_TOKEN
sync: false
optional: true
databases:
- name: mstudio-hetzner-db
plan: free
databaseName: mstudio_hetzner
user: mstudio_hetzner_user