update jaeger collector +UI
This commit is contained in:
parent
01a3411d5f
commit
700480788c
@ -258,6 +258,18 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- ctel-sbt
|
- 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:
|
volumes:
|
||||||
db_data:
|
db_data:
|
||||||
BE_static:
|
BE_static:
|
||||||
|
Loading…
Reference in New Issue
Block a user