attempt to fix https issues
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Colin 2024-05-14 09:30:54 -04:00
parent f8738b80f6
commit edd845ebba
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ services:
discovery.type: "single-node" discovery.type: "single-node"
bootstrap.memory_lock: "false" bootstrap.memory_lock: "false"
http.port: "9200" http.port: "9200"
plugins.security.disabled: "true" # plugins.security.disabled: "true"
ES_JAVA_OPTS: "-Xms1g -Xmx1g" ES_JAVA_OPTS: "-Xms1g -Xmx1g"
OPENSEARCH_INITIAL_ADMIN_PASSWORD: "PzGRamsPfmYkv2yBvcuB7xfzdpZhwMCcx" OPENSEARCH_INITIAL_ADMIN_PASSWORD: "PzGRamsPfmYkv2yBvcuB7xfzdpZhwMCcx"
volumes: volumes:
@ -66,7 +66,7 @@ services:
opensearch-dashboards: opensearch-dashboards:
image: opensearchproject/opensearch-dashboards:2.11.1 image: opensearchproject/opensearch-dashboards:2.11.1
environment: environment:
OPENSEARCH_HOSTS: "http://sofd_opensearch:9200" OPENSEARCH_HOSTS: "https://sofd_opensearch:9200"
OPENSEARCH_USERNAME: "admin" OPENSEARCH_USERNAME: "admin"
OPENSEARCH_PASSWORD: "PzGRamsPfmYkv2yBvcuB7xfzdpZhwMCcx" OPENSEARCH_PASSWORD: "PzGRamsPfmYkv2yBvcuB7xfzdpZhwMCcx"
plugins.security.disabled: "true" plugins.security.disabled: "true"