From 39536676d0ac500467df90ed1af0f6eda52447a8 Mon Sep 17 00:00:00 2001 From: Madison Caldwell Date: Tue, 21 May 2024 13:11:13 -0400 Subject: [PATCH] Bump max pg connections (#164) --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index fa5074b..6e7b2ad 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -57,6 +57,7 @@ services: - sublime_strelka_frontend sublime_postgres: image: postgres:13.2 + command: -c 'max_connections=200' restart: unless-stopped container_name: sublime_postgres environment: