Skip to content

Commit

Permalink
Update hasura config
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Aug 31, 2021
1 parent d44f818 commit 6c49715
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ services:
- mempool-network

hasura:
image: hasura/graphql-engine:v1.3.3
image: hasura/graphql-engine:v2.0.8
ports:
- 127.0.0.1:22000:8080
depends_on:
- db
restart: always
environment:
- HASURA_GRAPHQL_DATABASE_URL=postgres://dipdup:${POSTGRES_PASSWORD:-changeme}@db:5432/dipdup
- HASURA_GRAPHQL_ENABLE_CONSOLE=true
- HASURA_GRAPHQL_DEV_MODE=true
- HASURA_GRAPHQL_ENABLE_CONSOLE=false
- HASURA_GRAPHQL_DEV_MODE=false
- HASURA_GRAPHQL_ENABLED_LOG_TYPES=startup, http-log, webhook-log, websocket-log, query-log
- HASURA_GRAPHQL_ADMIN_SECRET=${ADMIN_SECRET:-changeme}
- HASURA_GRAPHQL_UNAUTHORIZED_ROLE=user
Expand Down

0 comments on commit 6c49715

Please sign in to comment.