фикс2
This commit is contained in:
parent
83aec339c9
commit
c032253699
@ -1,7 +1,7 @@
|
||||
services:
|
||||
zookeeper:
|
||||
# networks:
|
||||
# - vpn
|
||||
networks:
|
||||
- vpn
|
||||
image: confluentinc/cp-zookeeper:7.4.0
|
||||
environment:
|
||||
ZOOKEEPER_CLIENT_PORT: 2181
|
||||
@ -10,8 +10,8 @@ services:
|
||||
- 2181:2181
|
||||
|
||||
kafka:
|
||||
# networks:
|
||||
# - vpn
|
||||
networks:
|
||||
- vpn
|
||||
image: confluentinc/cp-kafka:7.4.0
|
||||
ports:
|
||||
- 9092:9092
|
||||
@ -35,8 +35,8 @@ services:
|
||||
- zookeeper
|
||||
|
||||
init-kafka:
|
||||
# networks:
|
||||
# - vpn
|
||||
networks:
|
||||
- vpn
|
||||
image: confluentinc/cp-kafka:7.4.0
|
||||
depends_on:
|
||||
- kafka
|
||||
@ -56,8 +56,8 @@ services:
|
||||
"
|
||||
|
||||
kafka-ui:
|
||||
# networks:
|
||||
# - vpn
|
||||
networks:
|
||||
- vpn
|
||||
container_name: kafka-ui
|
||||
image: provectuslabs/kafka-ui:latest
|
||||
ports:
|
||||
@ -69,6 +69,6 @@ services:
|
||||
KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS: kafka:29092
|
||||
KAFKA_CLUSTERS_0_METRICS_PORT: 9997
|
||||
|
||||
#networks:
|
||||
# vpn:
|
||||
# name: kafkaVPN
|
||||
networks:
|
||||
vpn:
|
||||
name: kafkaVPN
|
Loading…
Reference in New Issue
Block a user