Skip to content

Commit

Permalink
Merge c6836a0 into df042fc
Browse files Browse the repository at this point in the history
  • Loading branch information
redroy44 committed Jun 7, 2021
2 parents df042fc + c6836a0 commit c88b8e6
Show file tree
Hide file tree
Showing 4 changed files with 525 additions and 20 deletions.
26 changes: 14 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,17 @@ services:
volumes:
- "./sql/:/docker-entrypoint-initdb.d/"
# uncomment if you want your data to be stored in the local directory
# - "./pgdata:/var/lib/postgresql/data"
# graphql-engine:
# image: hasura/graphql-engine:v1.2.2.cli-migrations-v2
# ports:
# - "8080:8080"
# restart: always
# environment:
# HASURA_GRAPHQL_DATABASE_URL: "postgres://hasurauser:hasurapass@conseil-postgres:5432/conseil-local"
# HASURA_GRAPHQL_ENABLE_CONSOLE: "true"
# HASURA_GRAPHQL_ENABLED_LOG_TYPES: startup, http-log, webhook-log, websocket-log, query-log
# volumes:
# - "./hasura/metadata/:/hasura-metadata"
# - "./pgdata:/var/lib/postgresql/data"
graphql-engine:
image: hasura/graphql-engine:v1.3.3.cli-migrations-v2
ports:
- "8080:8080"
restart: always
environment:
HASURA_GRAPHQL_DATABASE_URL: "postgres://hasurauser:hasurapass@conseil-postgres:5432/conseil-local"
HASURA_GRAPHQL_ENABLE_CONSOLE: "true"
HASURA_GRAPHQL_ENABLED_LOG_TYPES: startup, http-log, webhook-log, websocket-log, query-log
volumes:
- "./hasura/metadata/:/hasura-metadata"
depends_on:
- "conseil-postgres"
Loading

0 comments on commit c88b8e6

Please sign in to comment.