X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=docker-compose.yml;h=1c5bfc4bf66b7e96abfc861c349da1d86023173c;hb=5d2aa639b99faa3b6cdab9efc110128b5d414f4f;hp=a0a05c71806cc9fe67fbc1a47de9ebce9051ded2;hpb=37fb7bb944bd5ef97493314091f043b4c801e6bc;p=demos%2Fkafka%2Fwordcount diff --git a/docker-compose.yml b/docker-compose.yml index a0a05c7..1c5bfc4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -40,7 +40,7 @@ services: - "/var/run/docker.sock:/var/run/docker.sock:ro" recorder: - image: juplo/wordcount--recorder:1.0.1 + image: juplo/wordcount--recorder:1.1.0 labels: - "traefik.enable=true" - "traefik.http.routers.recorder.rule=Host(`recorder.localhost`)" @@ -62,7 +62,7 @@ services: - kafka splitter: - image: juplo/wordcount--splitter:1.0.0 + image: juplo/wordcount--splitter:1.1.4 labels: - "traefik.enable=true" - "traefik.http.routers.splitter.rule=Host(`splitter.localhost`)" @@ -73,7 +73,7 @@ services: - kafka counter: - image: juplo/wordcount--counter:1.1.0 + image: juplo/wordcount--counter:1.2.4 labels: - "traefik.enable=true" - "traefik.http.routers.counter.rule=Host(`counter.localhost`)" @@ -167,8 +167,3 @@ services: docker-kafka-server: properties: bootstrap.servers: "kafka:9092" - -networks: - default: - external: - name: trion