-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Expand file tree
/
Copy pathrender.yaml
More file actions
21 lines (21 loc) · 806 Bytes
/
render.yaml
File metadata and controls
21 lines (21 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Render Blueprint https://render.com/docs/blueprint-spec
# One-click deploy: https://render.com/deploy?repo=https://github.com/lissy93/dashy
# Builds the repo's Dockerfile and runs the full Node server, so status checks work.
services:
- type: web
name: dashy
runtime: docker
dockerfilePath: ./Dockerfile
# Free tier spins down when idle. Bump to a paid plan for always-on
plan: free
healthCheckPath: /
# Render's filesystem is wiped on each redeploy, so config saved via the UI won't
# persist. To keep it, use a paid plan and uncomment the disk below (Dashy keeps
# its conf.yml and assets in /app/user-data)
# disk:
# name: dashy-user-data
# mountPath: /app/user-data
# sizeGB: 1
envVars:
- key: NODE_ENV
value: production