-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathrender.yaml
34 lines (34 loc) · 840 Bytes
/
render.yaml
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
services:
- type: web
name: chia-dashboard
env: node
repo: https://github.com/felixbrucker/chia-dashboard-core.git
region: frankfurt
buildCommand: pnpm install
startCommand: pnpm start
healthCheckPath: /api/ping
envVars:
- key: DATABASE_URL
sync: false
- key: DISABLE_SIGNUP
value: false
- key: DISCORD_CLIENT_ID
sync: false
- key: DISCORD_CLIENT_SECRET
sync: false
- key: GITHUB_CLIENT_ID
sync: false
- key: GITHUB_CLIENT_SECRET
sync: false
- key: GOOGLE_CLIENT_ID
sync: false
- key: GOOGLE_CLIENT_SECRET
sync: false
- key: JWT_SIGNING_SECRET
sync: false
- key: LOG_LEVEL
value: debug
- key: SENTRY_DSN
sync: false
autoDeploy: true
plan: free