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 febe62b commit d49d846Copy full SHA for d49d846
docker-compose/docker-compose.yaml
@@ -404,6 +404,7 @@ services:
404
- 'PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore'
405
- 'PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000'
406
- 'OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317'
407
+ - 'SYNTACTIC_CODE_INTEL_WORKER_ADDR=127.0.0.1:3288'
408
healthcheck:
409
test: "wget -q 'http://127.0.0.1:3188/healthz' -O /dev/null || exit 1"
410
interval: 5s
0 commit comments