mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-08-02 09:13:16 +08:00
Increase connection count
This commit is contained in:
parent
16c45f8322
commit
f5795a8bc8
2 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue