Bump connection limit for postgres from 100 to 1000

main
Max Ignatenko 2024-02-20 15:35:59 +00:00
parent 876b454916
commit d9147940aa
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ services:
environment: environment:
POSTGRES_DB: bluesky POSTGRES_DB: bluesky
POSTGRES_PASSWORD: "${POSTGRES_PASSWORD:?specify password in .env file}" POSTGRES_PASSWORD: "${POSTGRES_PASSWORD:?specify password in .env file}"
command: ["-c", "max_connections=1000"]
lister: lister:
build: build:
context: . context: .