-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
30 lines (27 loc) · 809 Bytes
/
render.yaml
File metadata and controls
30 lines (27 loc) · 809 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
databases:
- name: postgres
ipAllowList: [] # only allow internal connections
services:
- type: web
name: rails
env: ruby
repo: https://github.com/jumpstart-pro/jumpstart-pro
buildCommand: bundle install && bundle exec rails assets:precompile
startCommand: bundle exec rails s
envVars:
- key: RAILS_MASTER_KEY
sync: false
- key: DATABASE_URL
fromDatabase:
name: postgres
property: connectionString
- key: REDIS_URL
fromService:
type: redis
name: redis
property: connectionString
- type: redis
name: redis
ipAllowList: [] # only allow internal connections
plan: free # optional (defaults to starter)
maxmemoryPolicy: noeviction # optional (defaults to allkeys-lru)