Increase connection count

This commit is contained in:
Keannu Christian Bernasol 2024-09-05 15:00:00 +08:00
parent 16c45f8322
commit f5795a8bc8
2 changed files with 3 additions and 0 deletions

View file

@ -82,6 +82,7 @@ services:
- POSTGRES_PASSWORD=${DB_PASSWORD}
volumes:
- db-data:/var/lib/postgresql/data
command: postgres -c max_connections=512
# DB Bouncer
pgbouncer: