|
|
@ -7,6 +7,10 @@ defaults: &defaults |
|
|
|
command: bundle exec rake cf:on_first_instance db:migrate && bin/rails server |
|
|
|
command: bundle exec rake cf:on_first_instance db:migrate && bin/rails server |
|
|
|
instances: 2 |
|
|
|
instances: 2 |
|
|
|
memory: 1G |
|
|
|
memory: 1G |
|
|
|
|
|
|
|
- type: worker |
|
|
|
|
|
|
|
command: bundle exec sidekiq |
|
|
|
|
|
|
|
health-check-type: process |
|
|
|
|
|
|
|
instances: 2 |
|
|
|
health-check-type: http |
|
|
|
health-check-type: http |
|
|
|
health-check-http-endpoint: /health |
|
|
|
health-check-http-endpoint: /health |
|
|
|
|
|
|
|
|
|
|
|