mirror of
https://github.com/clearml/clearml-server
synced 2025-02-07 05:27:23 +00:00
Use latest patch versions for ES and Mongo
This commit is contained in:
parent
ddc8a76279
commit
73179f53c2
@ -61,7 +61,7 @@ services:
|
||||
nofile:
|
||||
soft: 65536
|
||||
hard: 65536
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.17
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.18
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- c:/opt/clearml/data/elastic_7:/usr/share/elasticsearch/data
|
||||
@ -90,7 +90,7 @@ services:
|
||||
networks:
|
||||
- backend
|
||||
container_name: clearml-mongo
|
||||
image: mongo:4.4
|
||||
image: mongo:4.4.29
|
||||
restart: unless-stopped
|
||||
command: --setParameter internalQueryMaxBlockingSortMemoryUsageBytes=196100200
|
||||
volumes:
|
||||
|
@ -61,7 +61,7 @@ services:
|
||||
nofile:
|
||||
soft: 65536
|
||||
hard: 65536
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.17
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.18
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /opt/clearml/data/elastic_7:/usr/share/elasticsearch/data
|
||||
@ -89,7 +89,7 @@ services:
|
||||
networks:
|
||||
- backend
|
||||
container_name: clearml-mongo
|
||||
image: mongo:4.4
|
||||
image: mongo:4.4.29
|
||||
restart: unless-stopped
|
||||
command: --setParameter internalQueryMaxBlockingSortMemoryUsageBytes=196100200
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user