Removed the automatic update of submodules during a rebuild
[demos/kafka/wordcount] / docker-compose.yml
index b65635b..2594ac8 100644 (file)
@@ -35,7 +35,7 @@ services:
       - kafka
 
   users:
-    image: juplo/wordcount--users:1.0.0
+    image: juplo/wordcount--users:1.0.2
     environment:
       juplo.wordcount.users.bootstrap-server: kafka:9092
       juplo.wordcount.users.topic: users
@@ -117,7 +117,7 @@ services:
       done"
 
   cli:
-    image: confluentinc/cp-kafka:6.2.0
+    image: juplo/toolbox
     command: bash -c "
       cub kafka-ready -b kafka:9092 1 60 ;
       kafka-topics --bootstrap-server kafka:9092 --create --partitions 10 --topic recordings ;
@@ -126,10 +126,6 @@ services:
       kafka-topics --bootstrap-server kafka:9092 --create --partitions 10 --topic top10 ;
       sleep infinity"
 
-  kafkacat:
-    image: confluentinc/cp-kafkacat:6.2.0
-    command: sleep infinity
-
 networks:
   default:
     external: