Skip to content

Commit d49d846

Browse files
Explicitly set syntactic worker listen address
1 parent febe62b commit d49d846

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose/docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ services:
404404
- 'PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore'
405405
- 'PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000'
406406
- 'OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317'
407+
- 'SYNTACTIC_CODE_INTEL_WORKER_ADDR=127.0.0.1:3288'
407408
healthcheck:
408409
test: "wget -q 'http://127.0.0.1:3188/healthz' -O /dev/null || exit 1"
409410
interval: 5s

0 commit comments

Comments
 (0)