WIP master
authorKai Moritz <kai@juplo.de>
Tue, 14 May 2024 20:44:21 +0000 (22:44 +0200)
committerKai Moritz <kai@juplo.de>
Tue, 14 May 2024 20:44:21 +0000 (22:44 +0200)
README.sh
counter
docker-compose.yml

index f83dd77..c7e8086 100755 (executable)
--- a/README.sh
+++ b/README.sh
@@ -4,7 +4,7 @@ FORTUNE=juplo/wordcount--fortune:1.0.0
 RECORDER=juplo/wordcount--recorder:1.1.1
 USERS=juplo/wordcount--users:1.0.5
 SPLITTER=juplo/wordcount--splitter:1.1.5
-COUNTER=juplo/wordcount--counter:1.2.5
+COUNTER=juplo/wordcount--counter:1.2.14
 TOP10=juplo/wordcount--top10:1.0.2
 QUERY=juplo/wordcount--query:1.0.5
 
diff --git a/counter b/counter
index f91e400..1b1ac5b 160000 (submodule)
--- a/counter
+++ b/counter
@@ -1 +1 @@
-Subproject commit f91e400b1077c381891d2a0ea618f491d0ba7da0
+Subproject commit 1b1ac5bca62f07dae4188a5797a36b0fbe72058d
index 301e12d..0252da4 100644 (file)
@@ -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`)"