Skip to content

Commit

Permalink
bump max connections on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mangas committed Aug 17, 2023
1 parent b810c65 commit fa19f32
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,17 @@ jobs:
ports:
- 5001:5001
postgres:
image: postgres
image: bitnami/postgresql
env:
POSTGRES_PASSWORD: postgres
POSTGRES_DB: graph_node_test
POSTGRES_INITDB_ARGS: "-E UTF8 --locale=C"
POSTGRESQL_EXTRA_FLAGS: "-c max_connections=1000"
options: >-
--health-cmd pg_isready
--health-cmd "pg_isready -U postgres"
--health-interval 10s
--health-timeout 5s
--health-retries 5
--health-retries 10
ports:
- 5432:5432
env:
Expand Down

0 comments on commit fa19f32

Please sign in to comment.