From 0ff56416ddbaabd0676a5d137e7abb85155955c5 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Tue, 25 Jun 2024 16:13:55 +0200 Subject: [PATCH] chore: update dev-compose.yml --- dev-compose.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-compose.yml b/dev-compose.yml index a162fcc..e2dfdb6 100644 --- a/dev-compose.yml +++ b/dev-compose.yml @@ -17,8 +17,9 @@ services: KAFKA_CFG_CONTROLLER_QUORUM_VOTERS: 0@kafka:9093 KAFKA_CFG_CONTROLLER_LISTENER_NAMES: CONTROLLER + ## Use AKHQ as Kafka web frontend akhq: - image: tchiotludo/akhq:0.21.0 + image: tchiotludo/akhq:0.25.0 environment: AKHQ_CONFIGURATION: | akhq: @@ -32,6 +33,8 @@ services: ports: - "8084:8080" + +## For use with MariaDB mariadb: image: mariadb:10 ports: @@ -42,6 +45,7 @@ services: MARIADB_PASSWORD: dev MARIADB_ROOT_PASSWORD: dev +## For use with Postgres # postgres: # image: postgres:alpine # ports: