X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=docker-compose.yml;h=824a275ebe2d77c5871c1aea4f12869c1e70ea07;hb=7e38c678f43c975f2a58391bb32e1d044278e237;hp=5400911c06495fdaa8ba38964e7300e3867ee44f;hpb=6952a12b00e8c5f015c8211c545bb2e022400c9b;p=demos%2Fkafka%2Ftraining diff --git a/docker-compose.yml b/docker-compose.yml index 5400911..824a275 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -73,34 +73,34 @@ services: image: juplo/toolbox command: sleep infinity - gateway-partition-0: - image: juplo/sumup-gateway-springified:1.0-SNAPSHOT + gateway-0: + image: juplo/sumup-gateway--springified:1.0-SNAPSHOT ports: - 8080:8080 environment: server.port: 8080 - spring-kafka.bootstrap-servers: kafka:9092 - spring.kafka.client-id: gateway-partition-0 + spring.kafka.bootstrap-servers: kafka:9092 + spring.kafka.client-id: gateway-0 sumup.gateway.partition: 0 - gateway-partition-0: - image: juplo/sumup-gateway-springified:1.0-SNAPSHOT + gateway-1: + image: juplo/sumup-gateway--springified:1.0-SNAPSHOT ports: - 8081:8080 environment: server.port: 8080 - spring-kafka.bootstrap-servers: kafka:9092 - spring.kafka.client-id: gateway-partition-1 + spring.kafka.bootstrap-servers: kafka:9092 + spring.kafka.client-id: gateway-1 sumup.gateway.partition: 1 - gateway-hashed: - image: juplo/sumup-gateway-springified:1.0-SNAPSHOT + gateway: + image: juplo/sumup-gateway--springified:1.0-SNAPSHOT ports: - 8082:8080 environment: server.port: 8080 - spring-kafka.bootstrap-servers: kafka:9092 - spring.kafka.client-id: gateway-hashed + spring.kafka.bootstrap-servers: kafka:9092 + spring.kafka.client-id: gateway consumer: image: juplo/toolbox