Cleans up unused brave refs and consolidates to zipkin docker 1.26.0
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
mysql:
|
||||
image: openzipkin/zipkin-mysql:1.25.0
|
||||
image: openzipkin/zipkin-mysql:1.26.0
|
||||
ports:
|
||||
- 3306:3306
|
||||
collector:
|
||||
image: openzipkin/zipkin-collector:1.25.0
|
||||
image: openzipkin/zipkin-collector:1.26.0
|
||||
environment:
|
||||
- TRANSPORT_TYPE=scribe
|
||||
- STORAGE_TYPE=mysql
|
||||
@@ -15,7 +15,7 @@ collector:
|
||||
links:
|
||||
- mysql:storage
|
||||
query:
|
||||
image: openzipkin/zipkin-query:1.25.0
|
||||
image: openzipkin/zipkin-query:1.26.0
|
||||
environment:
|
||||
# Remove TRANSPORT_TYPE to disable tracing
|
||||
- TRANSPORT_TYPE=http
|
||||
@@ -28,7 +28,7 @@ query:
|
||||
links:
|
||||
- mysql:storage
|
||||
web:
|
||||
image: openzipkin/zipkin-web:1.25.0
|
||||
image: openzipkin/zipkin-web:1.26.0
|
||||
environment:
|
||||
# Remove TRANSPORT_TYPE to disable tracing
|
||||
- TRANSPORT_TYPE=http
|
||||
@@ -36,4 +36,4 @@ web:
|
||||
- 8080:8080
|
||||
- 9990:9990
|
||||
links:
|
||||
- query
|
||||
- query
|
||||
|
||||
Reference in New Issue
Block a user