mirror of
https://github.com/xorcare/testing-go-code-with-postgres.git
synced 2024-12-24 16:28:34 +02:00
Increase the maximum number of connections
This is to simplify testing using the `-count=100` option.
This commit is contained in:
parent
59c4d2e3e1
commit
1957a32dcb
@ -3,6 +3,7 @@ version: "3.8"
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:15.3-alpine3.18
|
||||
command: postgres -c 'max_connections=1000'
|
||||
environment:
|
||||
POSTGRES_DB: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
Loading…
Reference in New Issue
Block a user