We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9773282 commit 2bdc510Copy full SHA for 2bdc510
graphql/e2e/directives/docker-compose.yml
@@ -37,7 +37,7 @@ services:
37
/gobin/dgraph ${COVERAGE_OUTPUT} alpha --telemetry "reports=false; sentry=false;"
38
--zero=zero1:5080 --expose_trace --profile_mode block --block_rate 10 --logtostderr -v=2
39
--my=alpha1:7080 --security "whitelist=10.0.0.0/8,172.16.0.0/12,192.168.0.0/16;" --graphql
40
- "lambda-url=http://lambda:8686/graphql-worker;" --trace "ratio=1.0;"
+ "lambda-url=http://lambda:8686/graphql-worker; debug=true;" --trace "ratio=1.0;"
41
42
lambda:
43
image: dgraph/dgraph-lambda:latest
0 commit comments