Skip to content

Commit

Permalink
Use latest patch versions for ES and Mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
allegroai committed Mar 24, 2024
1 parent ddc8a76 commit 73179f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose-win10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 73179f5

Please sign in to comment.