Skip to content

Commit 7b1788d

Browse files
JaBistDuNarrischJaBistDuNarrisch
authored andcommitted
postgre max connections in env var
1 parent d8d385f commit 7b1788d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnetpull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
--health-retries=10
2626
2727
postgres:
28-
image: postgres:13
28+
image: postgres:16
2929
ports:
3030
- 5432:5432
3131
env:
3232
POSTGRES_USER: testuser
3333
POSTGRES_PASSWORD: testpass
3434
POSTGRES_DB: testdb
35-
POSTGRES_MAX_CONNECTIONS: 1000
35+
POSTGRES_INITDB_ARGS: "-c max_connections=300"
3636
options: >-
3737
--health-cmd="pg_isready -U testuser"
3838
--health-interval=10s

0 commit comments

Comments
 (0)