mirror of
https://github.com/ent/ent.git
synced 2026-05-28 09:49:08 +03:00
entc/integration: add postgres13 (#961)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user