Upgrade MongoDB, ElasticSearch and Redis versions

This commit is contained in:
clearml
2024-12-31 22:07:43 +02:00
parent b7795b3e2e
commit fa3727c5fc
5 changed files with 18 additions and 18 deletions

View File

@@ -58,7 +58,7 @@ services:
nofile:
soft: 65536
hard: 65536
image: docker.elastic.co/elasticsearch/elasticsearch:8.15.3
image: elasticsearch:8.17.0
restart: unless-stopped
volumes:
- c:/opt/clearml/data/elastic_7:/usr/share/elasticsearch/data
@@ -87,7 +87,7 @@ services:
networks:
- backend
container_name: clearml-mongo
image: mongo:5.0.26
image: mongo:6.0.19
restart: unless-stopped
command: --setParameter internalQueryMaxBlockingSortMemoryUsageBytes=196100200
volumes:
@@ -98,7 +98,7 @@ services:
networks:
- backend
container_name: clearml-redis
image: redis:6.2
image: redis:7.4.1
restart: unless-stopped
volumes:
- c:/opt/clearml/data/redis:/data

View File

@@ -60,7 +60,7 @@ services:
nofile:
soft: 65536
hard: 65536
image: docker.elastic.co/elasticsearch/elasticsearch:8.15.3
image: elasticsearch:8.17.0
restart: unless-stopped
volumes:
- /opt/clearml/data/elastic_7:/usr/share/elasticsearch/data
@@ -88,7 +88,7 @@ services:
networks:
- backend
container_name: clearml-mongo
image: mongo:5.0.26
image: mongo:6.0.19
restart: unless-stopped
command: --setParameter internalQueryMaxBlockingSortMemoryUsageBytes=196100200
volumes:
@@ -99,7 +99,7 @@ services:
networks:
- backend
container_name: clearml-redis
image: redis:6.2
image: redis:7.4.1
restart: unless-stopped
volumes:
- /opt/clearml/data/redis:/data