diff --git a/docker-compose.yml b/docker-compose.yml index 7224846be..23b39b338 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ version: '3.1' services: zookeeper: - image: confluentinc/cp-zookeeper:5.0.0 + image: confluentinc/cp-zookeeper:5.3.1 environment: ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_TICK_TIME: 2000 @@ -13,7 +13,7 @@ services: - 2181 kafka: - image: confluentinc/cp-kafka:5.0.0 + image: confluentinc/cp-kafka:5.3.1 depends_on: - zookeeper environment: @@ -38,7 +38,7 @@ services: - 9999 schema-registry: - image: confluentinc/cp-schema-registry:5.0.0 + image: confluentinc/cp-schema-registry:5.3.1 environment: SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: zookeeper:2181 SCHEMA_REGISTRY_HOST_NAME: schema-registry @@ -67,4 +67,4 @@ services: HYDRA_KAFKA_PRODUCER_BOOTSTRAP_SERVERS: kafka:9092 HYDRA_SCHEMA_REGISTRY_URL: http://schema-registry:8081 LOG_LEVEL: debug - CONTAINER_HTTP_PORT: 8088 \ No newline at end of file + CONTAINER_HTTP_PORT: 8088