mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-09 13:25:23 +03:00
tests: use release Postgres 15 Docker image for testing
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6405 GitOrigin-RevId: 9aa65ae0f7d80fa56f5cb96cce843dcd3d5205eb
This commit is contained in:
parent
133a9b7452
commit
15d90cca9f
@ -55,7 +55,7 @@ services:
|
||||
retries: 10
|
||||
|
||||
postgres:
|
||||
image: postgis/postgis:15beta4-3.3-alpine
|
||||
image: postgis/postgis:15-3.3-alpine
|
||||
command:
|
||||
- -F # turn fsync off for speed
|
||||
- -N 1000 # increase max connections from 100 so we can run more HGEs
|
||||
|
Loading…
Reference in New Issue
Block a user