@@ -65,7 +65,7 @@ services:
6565
6666 # DATABASES FOR MICROSERVICES
6767 book-db :
68- image : postgres:17.4
68+ image : postgres:17.5
6969 container_name : book-db
7070 restart : always
7171 environment :
@@ -82,7 +82,7 @@ services:
8282 -c timezone=Europe/Moscow
8383
8484 user-db :
85- image : postgres:17.4
85+ image : postgres:17.5
8686 container_name : user-db
8787 restart : always
8888 environment :
@@ -99,7 +99,7 @@ services:
9999 -c timezone=Europe/Moscow
100100
101101 notification-db :
102- image : postgres:17.4
102+ image : postgres:17.5
103103 container_name : notification-db
104104 restart : always
105105 environment :
@@ -118,7 +118,7 @@ services:
118118 # INFRASTRUCTURE
119119 # One Kafka Connect instance is for the purposes of simplicity. Do your own research to set up a cluster
120120 kafka-connect :
121- image : quay.io/debezium/connect:3.0.6 .Final
121+ image : quay.io/debezium/connect:3.1.1 .Final
122122 container_name : kafka-connect
123123 restart : always
124124 depends_on : [ kafka, schema-registry, book-db, user-db, notification-db ]
@@ -149,13 +149,13 @@ services:
149149 command : bash /usr/load-connectors.sh
150150
151151 schema-registry :
152- image : apicurio/apicurio-registry:3.0.6
152+ image : apicurio/apicurio-registry:3.0.7
153153 container_name : schema-registry
154154 restart : always
155155
156156 # One Kafka instance is for the purposes of simplicity. Do your own research to set up a cluster
157157 kafka :
158- image : bitnami/kafka:3.9 .0
158+ image : bitnami/kafka:4.0 .0
159159 container_name : kafka
160160 restart : always
161161 environment :
0 commit comments