Skip to content

Instantly share code, notes, and snippets.

View sneiko's full-sized avatar
🔥
at looking for work

NeikoSV sneiko

🔥
at looking for work
View GitHub Profile
@sneiko
sneiko / kafka-local-docker-compose.yaml
Created October 28, 2025 22:27 — 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: