Merge pull request #207 from EETagent/postgres_max_connections

(devops) Increase max connections
This commit is contained in:
Vojtěch Jungmann 2023-02-21 19:00:20 +01:00 committed by GitHub
commit e741f69bb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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