diff --git a/Procfile b/Procfile index 4bef6f1..c8e0968 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: apollo-api -worker apollo-worker +web: bin/start-pgbouncer apollo-api +worker bin/start-pgbouncer apollo-worker