WIP
[demos/kafka/wordcount] / docker-compose.yml
index 8a5aff4..c8ec5a2 100644 (file)
@@ -38,7 +38,7 @@ services:
 
 
   recorder:
-    image: juplo/wordcount--recorder:1.2.0
+    image: juplo/wordcount--recorder:1.2.2
     labels:
       - "traefik.enable=true"
       - "traefik.http.routers.recorder.rule=Host(`recorder.localhost`)"
@@ -49,7 +49,7 @@ services:
       - kafka
 
   users:
-    image: juplo/wordcount--users:1.0.5
+    image: juplo/wordcount--users:1.0.7
     labels:
       - "traefik.enable=true"
       - "traefik.http.routers.users.rule=Host(`users.localhost`)"
@@ -60,7 +60,7 @@ services:
       - kafka
 
   splitter:
-    image: juplo/wordcount--splitter:1.2.0
+    image: juplo/wordcount--splitter:1.2.2
     labels:
       - "traefik.enable=true"
       - "traefik.http.routers.splitter.rule=Host(`splitter.localhost`)"
@@ -71,7 +71,7 @@ services:
       - kafka
 
   counter:
-    image: juplo/wordcount--counter:1.3.1
+    image: juplo/wordcount--counter:1.4.2
     labels:
       - "traefik.enable=true"
       - "traefik.http.routers.counter.rule=Host(`counter.localhost`)"
@@ -82,7 +82,7 @@ services:
       - kafka
 
   top10:
-    image: juplo/wordcount--top10:1.2.1
+    image: juplo/wordcount--top10:1.4.2
     labels:
       - "traefik.enable=true"
       - "traefik.http.routers.top10.rule=Host(`top10.localhost`)"
@@ -93,7 +93,7 @@ services:
       - kafka
 
   query:
-    image: juplo/wordcount--query:2.0.1
+    image: juplo/wordcount--query:2.1.2
     labels:
       - "traefik.enable=true"
       - "traefik.http.routers.query.rule=Host(`query.localhost`)"
@@ -104,7 +104,7 @@ services:
       - kafka
 
   popular:
-    image: juplo/wordcount--popular:1.0.0
+    image: juplo/wordcount--popular:1.3.2
     labels:
       - "traefik.enable=true"
       - "traefik.http.routers.popular.rule=Host(`popular.localhost`)"