Commit 30de7fc8 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Omite definición de hostname para zk y kf

parent 314132ef
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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
@@ -40,7 +39,6 @@ services:

  kf-2:
    image: confluentinc/cp-kafka:${IMAGE_TAG:-latest}
    hostname: kf-2
    environment:
      << : *tmpl-environment
      KAFKA_BROKER_ID: 2
@@ -55,7 +53,6 @@ services:

  kf-3:
    image: confluentinc/cp-kafka:${IMAGE_TAG:-latest}
    hostname: kf-3
    environment:
      << : *tmpl-environment
      KAFKA_BROKER_ID: 3
+0 −3
Original line number Diff line number Diff line
@@ -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
@@ -35,7 +34,6 @@ services:

  zk-2:
    image: confluentinc/cp-zookeeper:${IMAGE_TAG:-latest}
    hostname: zk-2
    environment:
      << : *tmpl-environment
      ZOOKEEPER_SERVER_ID: 2
@@ -50,7 +48,6 @@ services:

  zk-3:
    image: confluentinc/cp-zookeeper:${IMAGE_TAG:-latest}
    hostname: zk-3
    environment:
      << : *tmpl-environment
      ZOOKEEPER_SERVER_ID: 3