Rolled back database config to beta-1

This commit is contained in:
frikky
2021-06-08 17:15:26 +02:00
parent 2e2769dabc
commit 5b3c4b7db1
2 changed files with 10 additions and 5 deletions
+6 -2
View File
@@ -66,14 +66,18 @@ services:
- CLEANUP=${SHUFFLE_CONTAINER_AUTO_CLEANUP}
restart: unless-stopped
opensearch:
image: opensearchproject/opensearch:1.0.0-rc1
image: opensearchproject/opensearch:1.0.0-beta1
hostname: shuffle-opensearch
container_name: shuffle-opensearch
environment:
- bootstrap.memory_lock=true
- "OPENSEARCH_JAVA_OPTS=-Xms1024m -Xmx1024m" # minimum and maximum Java heap size, recommend setting both to 50% of system RAM
- discovery.seed_hosts=shuffle-opensearch
- opendistro_security.disabled=true
- cluster.routing.allocation.disk.threshold_enabled=false
- cluster.name=shuffle-cluster
- node.name=shuffle-opensearch
- discovery.seed_hosts=shuffle-opensearch
- cluster.initial_master_nodes=shuffle-opensearch
ulimits:
memlock:
soft: -1