Merge branch 'main' of github.com:OpenIMSDK/Open-IM-Server

This commit is contained in:
wangchuxiao
2022-11-09 10:49:38 +08:00
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
USER=root
PASSWORD=openIM
DATA_DIR=./
+1
View File
@@ -81,6 +81,7 @@ services:
KAFKA_LISTENERS: INSIDE://:9092,OUTSIDE://:9093
KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: "INSIDE:PLAINTEXT,OUTSIDE:PLAINTEXT"
KAFKA_INTER_BROKER_LISTENER_NAME: INSIDE
KAFKA_HEAP_OPTS: "-Xmx512M -Xms256M"
depends_on:
- zookeeper