Skip to content

Instantly share code, notes, and snippets.

View 2buisson's full-sized avatar

Antoine Debuisson 2buisson

View GitHub Profile
@2buisson
2buisson / kafka-local-docker-compose.yaml
Created February 27, 2026 22:10 — forked from erikkinding/kafka-local-docker-compose.yaml
Docker compose for local Kafka setup with kafka-ui
# This setup allows you to both connect from within the docker-compose context as well as from services running on your local
# machine but not as part of the docker-compose setup. Any client connecting to the broker from the outside can connect to
# localhost:9092 while services running as part of the docker-compose connect to broker:9093.
#
# To access kafka-ui: http://localhost:7777
#
# I hope this helps someone out there! :)
version: '3'
networks: