Skip to content

Commit

Permalink
Bump opensearch to 2.17.1 in local envs
Browse files Browse the repository at this point in the history
  • Loading branch information
markharding committed Oct 31, 2024
1 parent a873193 commit 3572e18
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ services:
mem_limit: 1024MB
volumes:
- cassandra-data:/var/lib/cassandra
ports:
- 9042:9042
healthcheck:
test: "cqlsh -e 'DESC TABLE system.batches'"
retries: 10
Expand All @@ -147,7 +149,7 @@ services:
- cassandra

elasticsearch:
image: amazon/opendistro-for-elasticsearch:1.13.2
image: opensearchproject/opensearch:2.17.1
mem_limit: 1G # keep an eye
ulimits:
nproc: 65536
Expand All @@ -161,7 +163,7 @@ services:
- "ES_JAVA_OPTS=-Xms726m -Xmx726m"
- discovery.type=single-node
- DISABLE_INSTALL_DEMO_CONFIG=true
- opendistro_security.disabled=true
- plugins.security.disabled=true
- cluster.routing.allocation.disk.watermark.low=95%
- cluster.routing.allocation.disk.watermark.high=99%
- cluster.routing.allocation.disk.watermark.flood_stage=99%
Expand All @@ -170,7 +172,7 @@ services:
ports:
- "9200:9200"
volumes:
- opendistro-data:/usr/share/elasticsearch/data
- opendistro-data:/usr/share/opensearch/data

## CACHE

Expand Down

0 comments on commit 3572e18

Please sign in to comment.