version: "3.8" services: dev: image: 76527413/kafka:2.8.0 build: . ports: - 9092:9092 volumes: - ./data/kafka:/tmp/kraft-combined-logs