entc/integration: add postgres13 (#961)

This commit is contained in:
Ciaran Liedeman
2020-11-19 14:46:02 +02:00
committed by GitHub
parent e69ec9d86d
commit f655a59089
6 changed files with 38 additions and 6 deletions

View File

@@ -66,6 +66,16 @@ services:
ports:
- 5433:5432
postgres13:
image: postgres:13
environment:
POSTGRES_DB: test
POSTGRES_PASSWORD: pass
healthcheck:
test: pg_isready -U postgres
ports:
- 5434:5432
gremlin:
image: entgo/gremlin-server
build: gremlin-server