|
|
@ -8,8 +8,9 @@ applications: |
|
|
|
processes: |
|
|
|
processes: |
|
|
|
- type: web |
|
|
|
- type: web |
|
|
|
# command: bundle exec rake cf:on_first_instance db:migrate && rails s |
|
|
|
# command: bundle exec rake cf:on_first_instance db:migrate && rails s |
|
|
|
|
|
|
|
command: rake db:migrate && bin/rails server |
|
|
|
instances: 2 |
|
|
|
instances: 2 |
|
|
|
memory: 512M |
|
|
|
memory: 512M |
|
|
|
random-route: true |
|
|
|
random-route: true |
|
|
|
# services: |
|
|
|
services: |
|
|
|
# - dluhc-core-postgres-sandbox |
|
|
|
- dluhc-core-sandbox-postgres |
|
|
|