Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
firestar authored Jun 12, 2024
1 parent de9c10f commit e17482f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docker/kafka/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ services:
- ALLOW_ANONYMOUS_LOGIN=yes
networks:
- nucleodb-network
ui:
image: provectuslabs/kafka-ui
depends_on:
- kafka1
- kafka2
- kafka3
- zookeeper
ports:
- 8080:8080
environment:
- KAFKA_CLUSTERS_0_NAME: local
- KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS: kafka1:9092
- DYNAMIC_CONFIG_ENABLED: 'true'
kafka1:
image: bitnami/kafka:latest
ports:
Expand Down Expand Up @@ -69,4 +82,4 @@ services:
# networks:
# - nucleodb-network
# volumes:
# - "/data/databases/kafka/etcd/:/data"
# - "/data/databases/kafka/etcd/:/data"

0 comments on commit e17482f

Please sign in to comment.