mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
ba800ec978
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7091 GitOrigin-RevId: 71cc1291d45a90a2c4f3519e12e365e968368dca
17 lines
316 B
YAML
17 lines
316 B
YAML
version: "3.6"
|
|
|
|
services:
|
|
postgres:
|
|
extends:
|
|
file: ../../../docker-compose/databases.yaml
|
|
service: postgres
|
|
ports:
|
|
- "64001:5432"
|
|
environment:
|
|
POSTGRES_USER: "hasura"
|
|
POSTGRES_PASSWORD: "hasura"
|
|
POSTGRES_DB: "hasura"
|
|
volumes:
|
|
- /var/lib/postgresql/data
|
|
|