Skip to content

Commit

Permalink
Adding kafbat for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
jevy committed Feb 23, 2025
1 parent 40e4438 commit 94b61d8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cli/pkg/compose/compose.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,14 @@ services:
- typestream_network
ports:
- 4242:4242
kafbat-ui:
container_name: kafbat-ui
image: ghcr.io/kafbat/kafka-ui:latest
ports:
- 8088:8080
networks:
- typestream_network
environment:
KAFKA_CLUSTERS_0_NAME: typestream_redpanda
KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS: redpanda:9092
KAFKA_CLUSTERS_0_SCHEMAREGISTRY: http://redpanda:8081

0 comments on commit 94b61d8

Please sign in to comment.