фикс2

This commit is contained in:
the 2024-11-13 01:00:16 +04:00
parent 83aec339c9
commit c032253699

View File

@ -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