fix: increase max connections

This commit is contained in:
EETagent 2023-02-21 16:46:49 +01:00
parent 94015aa042
commit 745e30fbf6
2 changed files with 2 additions and 0 deletions

View file

@ -25,6 +25,7 @@ services:
- db
db:
image: "postgres:15"
command: postgres -c 'max_connections=1250'
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres

View file

@ -4,6 +4,7 @@ services:
postgres:
container_name: postgres
image: "postgres:15"
command: postgres -c 'max_connections=1250'
environment:
POSTGRES_USER: REDACTED
POSTGRES_PASSWORD: REDACTED