This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # 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: |