Fixed bug in new version of opensearch

This commit is contained in:
frikky
2021-06-08 12:19:18 +02:00
parent 60eeebb210
commit 2e2769dabc
5 changed files with 20 additions and 20 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
version: '3'
services:
frontend:
build: ./frontend
#build: ./frontend
image: ghcr.io/frikky/shuffle-frontend:nightly
container_name: shuffle-frontend
hostname: shuffle-frontend
@@ -16,7 +16,7 @@ services:
depends_on:
- backend
backend:
build: ./backend
#build: ./backend
image: ghcr.io/frikky/shuffle-backend:nightly
container_name: shuffle-backend
hostname: ${BACKEND_HOSTNAME}
@@ -66,14 +66,14 @@ services:
- CLEANUP=${SHUFFLE_CONTAINER_AUTO_CLEANUP}
restart: unless-stopped
opensearch:
image: opensearchproject/opensearch:latest
image: opensearchproject/opensearch:1.0.0-rc1
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
- opendistro_security.disabled=true
- discovery.seed_hosts=shuffle-opensearch
- cluster.routing.allocation.disk.threshold_enabled=false
ulimits:
memlock:
soft: -1