summaryrefslogtreecommitdiff
path: root/dev-compose.yml
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2024-06-25 16:13:55 +0200
committerPaul-Christian Volkmer2024-06-25 16:13:55 +0200
commit0ff56416ddbaabd0676a5d137e7abb85155955c5 (patch)
tree75c1e9b59a6866ba651c15fe25553efa5bc60e00 /dev-compose.yml
parent3a2f6a2bb68d9208997a7059161e993ad2731d09 (diff)
chore: update dev-compose.yml
Diffstat (limited to 'dev-compose.yml')
-rw-r--r--dev-compose.yml6
1 files changed, 5 insertions, 1 deletions
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: