Updates to latest zipkin, which encourages new http tags

This commit is contained in:
Adrian Cole
2016-01-25 10:51:05 +01:00
parent b6054bfbe4
commit 763d2d027c
6 changed files with 11 additions and 11 deletions

View File

@@ -1,9 +1,9 @@
mysql:
image: openzipkin/zipkin-mysql:1.30.0
image: openzipkin/zipkin-mysql:1.30.2
ports:
- 3306:3306
query:
image: openzipkin/zipkin-java:0.4.3
image: openzipkin/zipkin-java:0.4.4
environment:
# Remove TRANSPORT_TYPE to disable tracing
- TRANSPORT_TYPE=http
@@ -16,7 +16,7 @@ query:
links:
- mysql:storage
web:
image: openzipkin/zipkin-web:1.30.0
image: openzipkin/zipkin-web:1.30.2
environment:
# Remove TRANSPORT_TYPE to disable tracing
- TRANSPORT_TYPE=http