update jaeger collector +UI
This commit is contained in:
parent
01a3411d5f
commit
700480788c
@ -258,6 +258,18 @@ services:
|
||||
networks:
|
||||
- ctel-sbt
|
||||
|
||||
jaeger_collector:
|
||||
image: jaegertracing/all-in-one:latest
|
||||
networks:
|
||||
- ctel-sbt
|
||||
ports:
|
||||
- 16686:16686
|
||||
- 4317:4317
|
||||
- 4318:4318
|
||||
environment:
|
||||
- LOG_LEVEL=debug
|
||||
- COLLECTOR_ZIPKIN_HOST_PORT=:9411
|
||||
|
||||
volumes:
|
||||
db_data:
|
||||
BE_static:
|
||||
|
Loading…
Reference in New Issue
Block a user