Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions docker-compose/technical/docker-compose.technical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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"'
Expand Down