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