X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=docker-compose.yml;h=fea45b40597a99e68a1869e861add22d22f40e88;hb=094c24a3a31b77f56846649e2704cdefa44bd91b;hp=7812f79aa24db4fe950acef5646ace51215d9285;hpb=fba36266fba01e51b0dcc058555cda5fdf892e7f;p=demos%2Fkafka%2Fwordcount diff --git a/docker-compose.yml b/docker-compose.yml index 7812f79..fea45b4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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`)"