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