Skip to content

Commit

Permalink
Merge pull request #292 from kookmin-sw/fix/servertime
Browse files Browse the repository at this point in the history
delete: kafka TimeZone
  • Loading branch information
su-hwani authored May 30, 2024
2 parents 28c24a0 + fc98ee5 commit 0749f9f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ services:
ports:
- "9092:9092"
environment:
- TZ=Asia/Seoul
- KAFKA_LISTENERS: PLAINTEXT://:9092
KAFKA_LISTENERS: PLAINTEXT://:9092
# KAFKA_ADVERTISED_HOST_NAME: localhost # TODO : 환경에 맞게 ip 변경 ex) 127.0.0.1
- KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181 # kafka가 zookeeper에 커넥션하기 위한 대상을 지정
- KAFKA_CREATE_TOPICS: |
"start-searching":
replication-factor :1
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181 # kafka가 zookeeper에 커넥션하기 위한 대상을 지정
KAFKA_CREATE_TOPICS: |
"start-searching":
replication-factor :1
volumes:
- /var/run/docker.sock:/var/run/docker.sock

Expand Down

0 comments on commit 0749f9f

Please sign in to comment.