diff --git a/manifest.yml b/manifest.yml index f64562cd4..e6204954b 100644 --- a/manifest.yml +++ b/manifest.yml @@ -8,8 +8,9 @@ applications: processes: - type: web # command: bundle exec rake cf:on_first_instance db:migrate && rails s + command: rake db:migrate && bin/rails server instances: 2 memory: 512M random-route: true - # services: - # - dluhc-core-postgres-sandbox + services: + - dluhc-core-sandbox-postgres