From 9925ce7eb64c456607962267e028619ce24d3517 Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Mon, 5 Jul 2021 20:27:45 -0400 Subject: [PATCH] run with pgbouncer --- Procfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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