From bc325b1a71e6e3fb4b5596b3ada66ee1c828f74b Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 13 May 2024 19:11:32 -0400 Subject: [PATCH] attempt to fix https issues --- stack.production.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stack.production.yml b/stack.production.yml index a106c71..19590f0 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -14,6 +14,7 @@ services: discovery.type: "single-node" bootstrap.memory_lock: "false" http.port: "9200" + plugins.security.disabled: "true" ES_JAVA_OPTS: "-Xms1g -Xmx1g" OPENSEARCH_INITIAL_ADMIN_PASSWORD: "PzGRamsPfmYkv2yBvcuB7xfzdpZhwMCcx" volumes: @@ -68,6 +69,7 @@ services: OPENSEARCH_HOSTS: "http://sofd_opensearch:9200" OPENSEARCH_USERNAME: "admin" OPENSEARCH_PASSWORD: "PzGRamsPfmYkv2yBvcuB7xfzdpZhwMCcx" + plugins.security.disabled: "true" networks: - sofd-net - traefik