From 73a0c82972c295582293ac1751ed6e4c9400d8d7 Mon Sep 17 00:00:00 2001 From: Tristan <135599584+Tristan-WorkGH@users.noreply.github.com> Date: Thu, 19 Dec 2024 09:21:43 +0100 Subject: [PATCH] Upgrade RabbitMQ to v4.0.4 (#469) * Upgrade RabbitMQ to v4.0.4 * Update technical versions in README --- README.md | 16 ++++++++-------- .../technical/docker-compose.technical.yml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 524e7571..2d6c3f3c 100644 --- a/README.md +++ b/README.md @@ -138,14 +138,14 @@ $ docker compose down This profile allows you to launch only the technical services : postgres, elasticsearch, rabbitmq, ... -| Software | Version used | -|---------------|--------------| -| Postgres | 14.9 | -| RabbitMQ | latest | -| Elasticsearch | 7.9.3 | -| Grafana | latest | -| Prometheus | latest | -| Minio | 2023-09-27 | +| Software | Version | Flavor | +|---------------|------------|------------| +| Postgres | 14.9 | | +| RabbitMQ | 4.0.4 | management | +| Elasticsearch | 8.7.1 | | +| Grafana | 10.2.2 | | +| Prometheus | v2.28.1 | | +| Minio | 2023-09-27 | | It is used for k8s deployment with Minikube. diff --git a/docker-compose/technical/docker-compose.technical.yml b/docker-compose/technical/docker-compose.technical.yml index 00f9d559..c3f3d379 100644 --- a/docker-compose/technical/docker-compose.technical.yml +++ b/docker-compose/technical/docker-compose.technical.yml @@ -3,7 +3,7 @@ version: '4.0' services: rabbitmq: - image: rabbitmq:3-management + image: rabbitmq:4.0.4-management ports: - 15672:15672 - 5672:5672