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