Skip to content

Commit

Permalink
Add debug flag to test docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmcneely committed Jan 17, 2025
1 parent 9773282 commit 2bdc510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/e2e/directives/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
/gobin/dgraph ${COVERAGE_OUTPUT} alpha --telemetry "reports=false; sentry=false;"
--zero=zero1:5080 --expose_trace --profile_mode block --block_rate 10 --logtostderr -v=2
--my=alpha1:7080 --security "whitelist=10.0.0.0/8,172.16.0.0/12,192.168.0.0/16;" --graphql
"lambda-url=http://lambda:8686/graphql-worker;" --trace "ratio=1.0;"
"lambda-url=http://lambda:8686/graphql-worker; debug=true;" --trace "ratio=1.0;"

lambda:
image: dgraph/dgraph-lambda:latest
Expand Down

0 comments on commit 2bdc510

Please sign in to comment.