Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Update Docker - updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2023
1 parent 79f0e0c commit dcd1924
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
version: '3'
services:
zookeeper:
image: 'docker.io/bitnami/zookeeper:3.9.0'
image: 'docker.io/bitnami/zookeeper:3.9.1'
ports:
- '2181:2181'
volumes:
- 'zookeeper_data:/bitnami'
environment:
- ALLOW_ANONYMOUS_LOGIN=yes
kafka:
image: 'docker.io/bitnami/kafka:3.5.1'
image: 'docker.io/bitnami/kafka:3.6.0'
ports:
- '9092:9093'
volumes:
Expand All @@ -25,7 +25,7 @@ services:
depends_on:
- zookeeper
kafka-topics:
image: 'docker.io/bitnami/kafka:3.5.1'
image: 'docker.io/bitnami/kafka:3.6.0'
command: /bin/sh -c "
sleep 20 &&
kafka-topics.sh --bootstrap-server kafka:9092 --create --topic payloads.detiPower --partitions 1 --replication-factor 1 &&
Expand Down

0 comments on commit dcd1924

Please sign in to comment.