2 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@
|
||||
--- |
||||
applications: |
||||
- name: dluhc-core |
||||
buildpacks: |
||||
- https://github.com/cloudfoundry/ruby-buildpack.git |
||||
env: |
||||
RAILS_ENV: production |
||||
processes: |
||||
- type: web |
||||
command: rake db:migrate && bin/rails server |
||||
instances: 4 |
||||
memory: 512M |
||||
services: |
||||
- dluhc-core-production-postgres |
Loading…
Reference in new issue