We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3858fd + 3dce6e7 commit 8362f35Copy full SHA for 8362f35
docker-compose-common-components.yaml
@@ -17,6 +17,8 @@ services:
17
- common
18
postgres:
19
image: ${POSTGRES_IMAGE}
20
+ # Increases the default 100 to 300
21
+ command: postgres -c max_connections=300
22
environment:
23
# If a password is not defined this container will fail to create
24
POSTGRES_PASSWORD: ${HLL_DB_PASSWORD}
0 commit comments