mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-19 04:18:52 +00:00
fix: increase max connections
This commit is contained in:
parent
94015aa042
commit
745e30fbf6
2 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ services:
|
|||
- db
|
||||
db:
|
||||
image: "postgres:15"
|
||||
command: postgres -c 'max_connections=1250'
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue