forked from tenex/rails-assets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cloudfile
44 lines (44 loc) · 1.02 KB
/
Cloudfile
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
rails-assets:
ruby_version: 2.2.3
environment: production
monitoring_email: [email protected]
domains:
- rails-assets.org
- rails-assets.shellyapp.com
servers:
db1:
size: small
databases:
- postgresql
- redis
whenever: true
app1:
size: xlarge
puma: 3
processes:
- "/usr/sbin/nrsysmond -f -c config/new-relic-config.rb"
app2:
size: xlarge
puma: 3
processes:
- "/usr/sbin/nrsysmond -f -c config/new-relic-config.rb"
app3:
size: xlarge
puma: 3
processes:
- "/usr/sbin/nrsysmond -f -c config/new-relic-config.rb"
app4:
size: xlarge
puma: 3
processes:
- "/usr/sbin/nrsysmond -f -c config/new-relic-config.rb"
worker1:
size: xlarge
sidekiq: 2
processes:
- "/usr/sbin/nrsysmond -f -c config/new-relic-config.rb"
worker2:
size: xlarge
sidekiq: 2
processes:
- "/usr/sbin/nrsysmond -f -c config/new-relic-config.rb"