mirror of
https://github.com/clearml/clearml-server
synced 2025-03-03 18:54:20 +00:00
Use latest patch versions for mongodb and ES
This commit is contained in:
parent
5e68f053a0
commit
3544ed19f8
@ -61,7 +61,7 @@ services:
|
|||||||
nofile:
|
nofile:
|
||||||
soft: 65536
|
soft: 65536
|
||||||
hard: 65536
|
hard: 65536
|
||||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.7
|
image: docker.elastic.co/elasticsearch/elasticsearch:7.17
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- c:/opt/clearml/data/elastic_7:/usr/share/elasticsearch/data
|
- c:/opt/clearml/data/elastic_7:/usr/share/elasticsearch/data
|
||||||
@ -90,7 +90,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
container_name: clearml-mongo
|
container_name: clearml-mongo
|
||||||
image: mongo:4.4.9
|
image: mongo:4.4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: --setParameter internalQueryMaxBlockingSortMemoryUsageBytes=196100200
|
command: --setParameter internalQueryMaxBlockingSortMemoryUsageBytes=196100200
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -61,7 +61,7 @@ services:
|
|||||||
nofile:
|
nofile:
|
||||||
soft: 65536
|
soft: 65536
|
||||||
hard: 65536
|
hard: 65536
|
||||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.7
|
image: docker.elastic.co/elasticsearch/elasticsearch:7.17
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/clearml/data/elastic_7:/usr/share/elasticsearch/data
|
- /opt/clearml/data/elastic_7:/usr/share/elasticsearch/data
|
||||||
@ -89,7 +89,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
container_name: clearml-mongo
|
container_name: clearml-mongo
|
||||||
image: mongo:4.4.9
|
image: mongo:4.4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: --setParameter internalQueryMaxBlockingSortMemoryUsageBytes=196100200
|
command: --setParameter internalQueryMaxBlockingSortMemoryUsageBytes=196100200
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user