mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 08:20:31 +08:00
fix: reuse existing ybs-kafka/ybs-zookeeper, move Consul to 9517, remove ZK/Kafka from compose
Former-commit-id: c7aff428fd4b259c9795da76ce4a53be29f9fe4d
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
container_name: v2test-consul
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8500:8500"
|
||||
- "9517:8500"
|
||||
command: >
|
||||
agent -server -bootstrap-expect=1 -ui
|
||||
-client=0.0.0.0 -bind=0.0.0.0
|
||||
@@ -20,32 +20,6 @@ services:
|
||||
- "6380:6379"
|
||||
command: redis-server --requirepass "1qaz!QAZ"
|
||||
|
||||
zookeeper:
|
||||
image: confluentinc/cp-zookeeper:7.5.0
|
||||
container_name: v2test-zookeeper
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "2181:2181"
|
||||
environment:
|
||||
ZOOKEEPER_CLIENT_PORT: 2181
|
||||
ZOOKEEPER_TICK_TIME: 2000
|
||||
|
||||
kafka:
|
||||
image: confluentinc/cp-kafka:7.5.0
|
||||
container_name: v2test-kafka
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "9092:9092"
|
||||
environment:
|
||||
KAFKA_BROKER_ID: 1
|
||||
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
|
||||
KAFKA_ADVERTISED_LISTENERS: "PLAINTEXT://localhost:9092"
|
||||
KAFKA_LISTENERS: "PLAINTEXT://:9092"
|
||||
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
|
||||
KAFKA_AUTO_CREATE_TOPICS_ENABLE: "true"
|
||||
depends_on:
|
||||
- zookeeper
|
||||
|
||||
nginx:
|
||||
image: nginx:alpine
|
||||
container_name: v2test-nginx
|
||||
|
||||
Reference in New Issue
Block a user