Bump connection limit for postgres from 100 to 1000
parent
876b454916
commit
d9147940aa
|
@ -13,6 +13,7 @@ services:
|
|||
environment:
|
||||
POSTGRES_DB: bluesky
|
||||
POSTGRES_PASSWORD: "${POSTGRES_PASSWORD:?specify password in .env file}"
|
||||
command: ["-c", "max_connections=1000"]
|
||||
lister:
|
||||
build:
|
||||
context: .
|
||||
|
|
Loading…
Reference in New Issue