X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=docker-compose.yml;fp=docker-compose.yml;h=dfd408430b70315ae94f67ae045c4949e97f7638;hb=3495017ed2116f338c3342a313abdb7170683573;hp=d855918add81873ff0a835d6007ce27c7b0ac321;hpb=5f35354fd694f78599d66ee9e01fb4c0d89cc5bb;p=demos%2Fkafka%2Ftraining diff --git a/docker-compose.yml b/docker-compose.yml index d855918..dfd4084 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -55,76 +55,6 @@ services: image: juplo/toolbox command: sleep infinity - bart: - image: juplo/wordcount--fortune:1.0.0 - command: bash -c " - while [ true ]; - do - /usr/games/fortune chalkboard - | head -1 - | http -v producer:8080/bart; - echo; - sleep 1; - done" - - nerd: - image: juplo/wordcount--fortune:1.0.0 - command: bash -c " - while [ true ]; - do - /usr/games/fortune computers - | grep -v '^[[:space:]]*--' - | http -v producer:8080/nerd; - echo; - sleep 1; - done" - - riddler: - image: juplo/wordcount--fortune:1.0.0 - command: bash -c " - while [ true ]; - do - /usr/games/fortune riddles - | awk -F':' '/^Q/ { print $$2 }' - | http -v producer:8080/riddler; - echo; - sleep 1; - sleep 1; - done" - - kraut: - image: juplo/wordcount--fortune:1.0.0 - command: bash -c " - while [ true ]; - do - /usr/games/fortune de - | http -v producer:8080/kraut; - echo; - sleep 1; - done" - - poet: - image: juplo/wordcount--fortune:1.0.0 - command: bash -c " - while [ true ]; - do - /usr/games/fortune songs-poems - | http -v producer:8080/poet; - echo; - sleep 1; - done" - - linux: - image: juplo/wordcount--fortune:1.0.0 - command: bash -c " - while [ true ]; - do - /usr/games/fortune linux - | http -v producer:8080/linux; - echo; - sleep 1; - done" - producer: image: juplo/rest-producer:1.0-SNAPSHOT ports: @@ -136,7 +66,7 @@ services: producer.topic: test consumer-1: - image: juplo/wordcount:1.0-SNAPSHOT + image: juplo/sumup-consumer:1.0-SNAPSHOT ports: - 8081:8080 environment: @@ -148,7 +78,7 @@ services: spring.data.mongodb.database: juplo consumer-2: - image: juplo/wordcount:1.0-SNAPSHOT + image: juplo/sumup-consumer:1.0-SNAPSHOT ports: - 8082:8080 environment: