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

@@ -151,6 +151,18 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
postgres13:
image: postgres:13.1
env:
POSTGRES_DB: test
POSTGRES_PASSWORD: pass
ports:
- 5434:5432
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
gremlin-server:
image: entgo/gremlin-server
ports:
@@ -252,6 +264,18 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
postgres13:
image: postgres:13.1
env:
POSTGRES_DB: test
POSTGRES_PASSWORD: pass
ports:
- 5434:5432
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
gremlin-server:
image: entgo/gremlin-server
ports: