Downgraded to the last working versions.

master
Tomasz Półgrabia 2024-12-28 02:43:19 +01:00
parent 6857160985
commit affff394be
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
services: services:
zookeeper: zookeeper:
image: confluentinc/cp-zookeeper:7.5.0 image: confluentinc/cp-zookeeper:7.4.4
environment: environment:
ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000 ZOOKEEPER_TICK_TIME: 2000
ports: ports:
- "22181:2181" - "22181:2181"
broker: broker:
image: confluentinc/cp-kafka:7.5.0 image: confluentinc/cp-kafka:7.4.4
depends_on: depends_on:
- zookeeper - zookeeper
environment: environment: