From 909b8b8b98376a02e1532dcd370c8165cf300fbb Mon Sep 17 00:00:00 2001 From: 3y Date: Fri, 23 Dec 2022 15:09:04 +0800 Subject: [PATCH] fix config --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e919b98..0c2d42a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,14 +31,14 @@ services: - app austin-kafka: image: wurstmeister/kafka - container_name: kafka + container_name: ausitn-kafka volumes: - "/etc/localtime:/etc/localtime" environment: KAFKA_BROKER_ID: 0 KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://127.0.0.1:9092 KAFKA_LISTENERS: PLAINTEXT://0.0.0.0:9092 - KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181 + KAFKA_ZOOKEEPER_CONNECT: austin-zookepper:2181 KAFKA_CREATE_TOPICS: "austinBusiness:1:1,austinRecall:1:1,austinTraceLog:1:1" KAFKA_HEAP_OPTS: -Xmx256M -Xms256M ports: