Update procfile for pgbouncer (#1588)

This commit is contained in:
Ben Halpern 2019-01-18 10:22:27 -05:00 committed by GitHub
parent b56865915c
commit bc2f905a9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1 +1,2 @@
web: bundle exec puma -C config/puma.rb
web: bin/start-pgbouncer-stunnel bundle exec puma -C config/puma.rb
worker: bundle exec rake worker