Skip to content

Commit

Permalink
Support docker desktop
Browse files Browse the repository at this point in the history
Signed-off-by: Sida Shen <[email protected]>
  • Loading branch information
ss892714028 committed Mar 30, 2023
1 parent 0885a8c commit fd5ecea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions loadJsonFromKafka/stack-docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
starrocks-fe:
image: starrocks/fe-ubuntu:2.5.2
image: starrocks/fe-ubuntu:main-52bd9f3d1
hostname: starrocks-fe
container_name: starrocks-fe
user: root
Expand All @@ -25,7 +25,7 @@ services:
ipv4_address: 10.5.0.2

starrocks-be:
image: starrocks/be-ubuntu:2.5.2
image: starrocks/be-ubuntu:main-52bd9f3d1
command:
- /bin/bash
- -c
Expand Down Expand Up @@ -73,7 +73,7 @@ services:
environment:
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
KAFKA_LISTENERS: INTERNAL://0.0.0.0:9094,OUTSIDE://0.0.0.0:9092
KAFKA_ADVERTISED_LISTENERS: INTERNAL://broker:9094,OUTSIDE://172.17.0.1:9092
KAFKA_ADVERTISED_LISTENERS: INTERNAL://broker:9094,OUTSIDE://localhost:9092
KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: INTERNAL:PLAINTEXT,OUTSIDE:PLAINTEXT
KAFKA_INTER_BROKER_LISTENER_NAME: INTERNAL
networks:
Expand Down

0 comments on commit fd5ecea

Please sign in to comment.