-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrender.yaml
More file actions
29 lines (22 loc) · 577 Bytes
/
render.yaml
File metadata and controls
29 lines (22 loc) · 577 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: redis
name: prostaff-redis
plan: free
ipAllowList: [] # Access only from within Render
- type: web
name: prostaff-api
runtime: docker
plan: free
dockerfilePath: ./Dockerfile.production
envVars:
- key: RAILS_MASTER_KEY
sync: false
- key: CORS_ORIGINS
value: https://prostaffgg.gg,http://prostaffgg.vercel.app
- key: REDIS_URL
fromService:
type: redis
name: prostaff-redis
property: connectionString
- key: WEB_CONCURRENCY
value: 2