kafka-topics --bootstrap-server kafka:9092 --create --partitions 10 --topic top10 ;
sleep infinity"
+ akhq:
+ image: tchiotludo/akhq:0.18.0
+ labels:
+ - "traefik.enable=true"
+ - "traefik.http.routers.akhq.rule=Host(`akhq.localhost`)"
+ - "traefik.http.routers.akhq.entrypoints=web"
+ expose:
+ - 8080
+ environment:
+ AKHQ_CONFIGURATION: |
+ akhq:
+ connections:
+ docker-kafka-server:
+ properties:
+ bootstrap.servers: "kafka:9092"
+
networks:
default:
external: