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 Mar 12, 2024
1 parent ee02663 commit ef898de
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.4
# syntax=docker/dockerfile:1.7

FROM node:lts-alpine

Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
version: '2'
services:
zookeeper:
image: 'docker.io/bitnami/zookeeper:3.9.1'
image: 'docker.io/bitnami/zookeeper:3.9.2'
ports:
- '2181:2181'
volumes:
- 'zookeeper_data:/bitnami'
environment:
- ALLOW_ANONYMOUS_LOGIN=yes
kafka:
image: 'docker.io/bitnami/kafka:3.6.0'
image: 'docker.io/bitnami/kafka:3.7.0'
ports:
- '9092:9092'
volumes:
Expand All @@ -25,7 +25,7 @@ services:
depends_on:
- zookeeper
kafka-topics:
image: 'docker.io/bitnami/kafka:3.6.0'
image: 'docker.io/bitnami/kafka:3.7.0'
command: /bin/sh -c "
sleep 20 &&
kafka-topics.sh --bootstrap-server kafka:9093 --create --topic reading-notifications --partitions 1 --replication-factor 1 --if-not-exists"
Expand Down

0 comments on commit ef898de

Please sign in to comment.