-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
42 lines (39 loc) · 1.07 KB
/
render.yaml
File metadata and controls
42 lines (39 loc) · 1.07 KB
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
37
38
39
40
41
42
# Evolu Relay for https://render.com/
services:
- type: web
# Note: update to your plan
plan: free
name: evolu-relay
# Note: choose a region closest to clients
region: frankfurt
runtime: image
# Note: lock to a specific hash or use "latest"
image:
url: evoluhq/relay:latest
# Note: set to "commit" for no checks, "off" for manual deploys
autoDeployTrigger: checksPass
envVars:
- key: RELAY_PORT
value: 4000
- key: NODE_ENV
value: production
- key: LOG_LEVEL
value: info
# Note: for persisting sqlite data (requires paid plan)
# disk:
# name: evolu-relay-data
# mountPath: /app/apps/relay/data
# sizeGB: 10
# Note: for auto-scaling (requires paid plan)
# scaling:
# minInstances: 1
# maxInstances: 3
# targetCPUPercent: 70
# targetMemoryPercent: 80
# Note: for custom domains, change to your own
# domains:
# - free.evoluhq.com
# Note: enable for preview deploys
# previews:
# generation: automatic
# expireAfterDays: 7