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 Feb 1, 2024
1 parent bfed573 commit df90e8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.0.0-experimental
# syntax=docker/dockerfile:1.1.7-experimental

FROM node:lts-alpine

Expand Down
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.1'
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.1'
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 df90e8c

Please sign in to comment.