diff --git a/README.md b/README.md index 000b21f8..1bdd0aa1 100644 --- a/README.md +++ b/README.md @@ -140,10 +140,10 @@ This profile allows you to launch only the technical services : postgres, elasti |---------------|------------|------------| | Postgres | 14.9 | | | RabbitMQ | 4.0.4 | management | -| Elasticsearch | 8.7.1 | | +| Elasticsearch | 8.18.8 | | | Grafana | 10.2.2 | | | Prometheus | v2.28.1 | | -| Minio | 2023-09-27 | | +| Minio | 2025-09-07 | | 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 49bffc94..7640bce6 100644 --- a/docker-compose/technical/docker-compose.technical.yml +++ b/docker-compose/technical/docker-compose.technical.yml @@ -63,7 +63,7 @@ services: - postgres elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch:8.15.5 + image: docker.elastic.co/elasticsearch/elasticsearch:8.18.8 ports: - 9200:9200 - 9300:9300 @@ -95,7 +95,7 @@ services: profiles: - all - kibana - image: docker.elastic.co/kibana/kibana:8.15.5 + image: docker.elastic.co/kibana/kibana:8.18.8 ports: - 5601:5601 environment: @@ -108,7 +108,7 @@ services: profiles: - all - kibana - image: docker.elastic.co/logstash/logstash:8.15.5 + image: docker.elastic.co/logstash/logstash:8.18.8 volumes: - $PWD/../technical/pipelines.yml:/config/pipelines.yml:Z - $PWD/../technical/logstash.conf:/usr/share/logstash/pipeline/logstash.conf:Z @@ -157,7 +157,7 @@ services: restart: unless-stopped s3-storage: - image: minio/minio:RELEASE.2023-09-27T15-22-50Z + image: minio/minio:RELEASE.2025-09-07T16-13-09Z # need to override entrypoint to create the bucket, is there a simpler way ? entrypoint: sh command: -c 'mkdir -p /data/ws-bucket && /usr/bin/docker-entrypoint.sh server /data --console-address ":19090"'