mirror of
https://github.com/valitydev/bender.git
synced 2024-11-06 00:55:20 +00:00
22 lines
459 B
YAML
22 lines
459 B
YAML
|
services:
|
||
|
testrunner:
|
||
|
depends_on:
|
||
|
jaeger:
|
||
|
condition: service_healthy
|
||
|
|
||
|
jaeger:
|
||
|
image: jaegertracing/all-in-one:1.47
|
||
|
environment:
|
||
|
- COLLECTOR_OTLP_ENABLED=true
|
||
|
healthcheck:
|
||
|
test: "/go/bin/all-in-one-linux status"
|
||
|
interval: 2s
|
||
|
timeout: 1s
|
||
|
retries: 20
|
||
|
ports:
|
||
|
- 4317:4317 # OTLP gRPC receiver
|
||
|
- 4318:4318 # OTLP http receiver
|
||
|
- 5778:5778
|
||
|
- 14250:14250
|
||
|
- 16686:16686
|