Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
## enable debugging mode. It is recommended to disable this in production
HASURA_GRAPHQL_DEV_MODE: "true"
HASURA_GRAPHQL_ENABLED_LOG_TYPES: startup, http-log, webhook-log, websocket-log, query-log
ACTION_BASE_URL: http://localhost:3000
ACTION_BASE_URL: http://host.docker.internal:3000
volumes:
- ./hasura/metadata:/hasura-metadata
ports:
Expand Down
2 changes: 1 addition & 1 deletion hasura/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ migrations_directory: migrations
seeds_directory: seeds
actions:
kind: synchronous
handler_webhook_baseurl: http://localhost:3000
handler_webhook_baseurl: http://host.docker.internal:3000
codegen:
framework: ""
output_dir: ""
Loading