mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
Merge pull request #207 from EETagent/postgres_max_connections
(devops) Increase max connections
This commit is contained in:
commit
e741f69bb5
2 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ services:
|
||||||
- db
|
- db
|
||||||
db:
|
db:
|
||||||
image: "postgres:15"
|
image: "postgres:15"
|
||||||
|
command: postgres -c 'max_connections=1250'
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ services:
|
||||||
postgres:
|
postgres:
|
||||||
container_name: postgres
|
container_name: postgres
|
||||||
image: "postgres:15"
|
image: "postgres:15"
|
||||||
|
command: postgres -c 'max_connections=1250'
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: REDACTED
|
POSTGRES_USER: REDACTED
|
||||||
POSTGRES_PASSWORD: REDACTED
|
POSTGRES_PASSWORD: REDACTED
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue