forked from chatwoot/chatwoot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
46 lines (43 loc) · 1.26 KB
/
render.yaml
File metadata and controls
46 lines (43 loc) · 1.26 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
43
44
45
46
databases:
- name: amorc_chatwoot_production
region: singapore
services:
- type: web
name: amorc-chatwoot
env: ruby
plan: starter
repo: https://github.com/demingfactor/amorc-chatwoot
region: singapore
buildCommand: bundle install && bundle exec rails db:chatwoot_prepare && bundle exec rails assets:precompile
startCommand: bundle exec rails server
envVars:
- key: DATABASE_URL
fromDatabase:
name: amorc_chatwoot_production
property: connectionString
- key: REDIS_URL
fromService:
type: redis
name: amorc-chatwoot_redis
property: connectionString
- fromGroup: amorc-chatwoot_env
- type: redis
name: amorc-chatwoot_redis
plan: starter
region: singapore
ipAllowList: [] # only allow internal connections
maxmemoryPolicy: noeviction # optional (defaults to allkeys-lru)
- type: worker
name: amorc-chatwoot_sidekiq-worker
plan: starter
env: ruby
region: singapore
buildCommand: bundle install
startCommand: bundle exec sidekiq
envVars:
- key: REDIS_URL
fromService:
type: redis
name: amorc-chatwoot_redis
property: connectionString
- fromGroup: amorc-chatwoot_env