@@ -58,7 +58,7 @@ services:
5858
5959 # DATABASES FOR MICROSERVICES
6060 book-db :
61- image : postgres:16.3
61+ image : postgres:17.0
6262 container_name : book-db
6363 restart : always
6464 environment :
@@ -75,7 +75,7 @@ services:
7575 -c timezone=Europe/Moscow
7676
7777 user-db :
78- image : postgres:16.3
78+ image : postgres:17.0
7979 container_name : user-db
8080 restart : always
8181 environment :
@@ -92,7 +92,7 @@ services:
9292 -c timezone=Europe/Moscow
9393
9494 notification-db :
95- image : postgres:16.3
95+ image : postgres:17.0
9696 container_name : notification-db
9797 restart : always
9898 environment :
@@ -111,7 +111,7 @@ services:
111111 # INFRASTRUCTURE
112112 # One Kafka Connect instance is for the purposes of simplicity. Do your own research to set up a cluster
113113 kafka-connect :
114- image : debezium/connect:2.7 .0.Beta2
114+ image : debezium/connect:3.0 .0.Final
115115 container_name : kafka-connect
116116 restart : always
117117 depends_on : [ kafka, schema-registry, book-db, user-db, notification-db ]
@@ -142,13 +142,13 @@ services:
142142 command : bash /usr/load-connectors.sh
143143
144144 schema-registry :
145- image : apicurio/apicurio-registry-mem:2.6.0 .Final
145+ image : apicurio/apicurio-registry-mem:2.6.4 .Final
146146 container_name : schema-registry
147147 restart : always
148148
149149 # One Kafka instance is for the purposes of simplicity. Do your own research to set up a cluster
150150 kafka :
151- image : bitnami/kafka:3.7 .0
151+ image : bitnami/kafka:3.8 .0
152152 container_name : kafka
153153 restart : always
154154 environment :
0 commit comments