Loading kafka/docker-compose.tmpl.yml +3 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ x-tmpl-healthcheck: services: kf-1: image: confluentinc/cp-kafka:${IMAGE_TAG:-latest} hostname: kf-1 environment: << : *tmpl-environment KAFKA_BROKER_ID: 1 Loading @@ -39,6 +40,7 @@ services: kf-2: image: confluentinc/cp-kafka:${IMAGE_TAG:-latest} hostname: kf-2 environment: << : *tmpl-environment KAFKA_BROKER_ID: 2 Loading @@ -53,6 +55,7 @@ services: kf-3: image: confluentinc/cp-kafka:${IMAGE_TAG:-latest} hostname: kf-3 environment: << : *tmpl-environment KAFKA_BROKER_ID: 3 Loading zookeeper/docker-compose.tmpl.yml +3 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ x-tmpl-healthcheck: services: zk-1: image: confluentinc/cp-zookeeper:${IMAGE_TAG:-latest} hostname: zk-1 environment: << : *tmpl-environment ZOOKEEPER_SERVER_ID: 1 Loading @@ -34,6 +35,7 @@ services: zk-2: image: confluentinc/cp-zookeeper:${IMAGE_TAG:-latest} hostname: zk-2 environment: << : *tmpl-environment ZOOKEEPER_SERVER_ID: 2 Loading @@ -48,6 +50,7 @@ services: zk-3: image: confluentinc/cp-zookeeper:${IMAGE_TAG:-latest} hostname: zk-3 environment: << : *tmpl-environment ZOOKEEPER_SERVER_ID: 3 Loading Loading
kafka/docker-compose.tmpl.yml +3 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ x-tmpl-healthcheck: services: kf-1: image: confluentinc/cp-kafka:${IMAGE_TAG:-latest} hostname: kf-1 environment: << : *tmpl-environment KAFKA_BROKER_ID: 1 Loading @@ -39,6 +40,7 @@ services: kf-2: image: confluentinc/cp-kafka:${IMAGE_TAG:-latest} hostname: kf-2 environment: << : *tmpl-environment KAFKA_BROKER_ID: 2 Loading @@ -53,6 +55,7 @@ services: kf-3: image: confluentinc/cp-kafka:${IMAGE_TAG:-latest} hostname: kf-3 environment: << : *tmpl-environment KAFKA_BROKER_ID: 3 Loading
zookeeper/docker-compose.tmpl.yml +3 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ x-tmpl-healthcheck: services: zk-1: image: confluentinc/cp-zookeeper:${IMAGE_TAG:-latest} hostname: zk-1 environment: << : *tmpl-environment ZOOKEEPER_SERVER_ID: 1 Loading @@ -34,6 +35,7 @@ services: zk-2: image: confluentinc/cp-zookeeper:${IMAGE_TAG:-latest} hostname: zk-2 environment: << : *tmpl-environment ZOOKEEPER_SERVER_ID: 2 Loading @@ -48,6 +50,7 @@ services: zk-3: image: confluentinc/cp-zookeeper:${IMAGE_TAG:-latest} hostname: zk-3 environment: << : *tmpl-environment ZOOKEEPER_SERVER_ID: 3 Loading