Browse Source

Bind postgres service

pull/24/head
baarkerlounger 4 years ago
parent
commit
9fd4def5a2
  1. 5
      manifest.yml

5
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

Loading…
Cancel
Save