Skip to content

Commit

Permalink
Merge branch 'main' into rename-spreadsheet-config-server-and-databas…
Browse files Browse the repository at this point in the history
…e-into-study-config
  • Loading branch information
dbraquart authored Dec 19, 2024
2 parents 116ad5c + 73a0c82 commit 20bbaa8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/technical/docker-compose.technical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '4.0'
services:

rabbitmq:
image: rabbitmq:3-management
image: rabbitmq:4.0.4-management
ports:
- 15672:15672
- 5672:5672
Expand Down

0 comments on commit 20bbaa8

Please sign in to comment.