WIP
[demos/kafka/wordcount] / docker-compose.yml
index 7812f79..fea45b4 100644 (file)
@@ -37,7 +37,7 @@ services:
       - "/var/run/docker.sock:/var/run/docker.sock:ro"
 
   recorder:
-    image: juplo/wordcount--recorder:1.1.0
+    image: juplo/wordcount--recorder:1.1.1
     labels:
       - "traefik.enable=true"
       - "traefik.http.routers.recorder.rule=Host(`recorder.localhost`)"
@@ -70,7 +70,7 @@ services:
       - kafka
 
   counter:
-    image: juplo/wordcount--counter:1.2.5
+    image: juplo/wordcount--counter:1.2.14
     labels:
       - "traefik.enable=true"
       - "traefik.http.routers.counter.rule=Host(`counter.localhost`)"
@@ -81,7 +81,7 @@ services:
       - kafka
 
   top10:
-    image: juplo/wordcount--top10:1.0.2
+    image: juplo/wordcount--top10:1.1.2
     labels:
       - "traefik.enable=true"
       - "traefik.http.routers.top10.rule=Host(`top10.localhost`)"