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:
Daniel Harvey 2022-10-21 19:09:15 +01:00 committed by hasura-bot
parent 133a9b7452
commit 15d90cca9f

View File

@ -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