server: use Postgres 15 for local testing

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5964
GitOrigin-RevId: bc97925c701805afeb8dbe8b84a906bc73a0352b
This commit is contained in:
Daniel Harvey 2022-09-20 18:00:34 +01:00 committed by hasura-bot
parent f7115891f7
commit 50a7b2ad17

View File

@ -44,7 +44,7 @@ services:
- mariadb-data:/var/lib/mysql
postgres:
image: cimg/postgres:14.4-postgis@sha256:492a389895568e2f89a03c0c45c19350888611001123514623551a014e83a625
image: postgres:15beta4
command:
- -F # turn fsync off for speed
- -N 1000 # increase max connections from 100 so we can run more HGEs