[bitnami/jaeger] Release 1.39.0-debian-11-r0 (#13244)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
Bitnami Bot
2022-11-10 18:08:35 +01:00
committed by GitHub
parent a31653bea1
commit 7e50463570
8 changed files with 220 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
version: '2'
services:
jaeger:
image: docker.io/bitnami/jaeger:1
ports:
- 6831:6831
- 6832:6832
- 5778:5778
- 16686:16686
- 4317:4317
- 4318:4318
- 14250:14250
- 14268:14268
- 14269:14269
- 9411:9411
environment:
- COLLECTOR_ZIPKIN_HOST_PORT=:9411
- COLLECTOR_OTLP_ENABLED=true