From 0c78f952a29ae1dfdc5bca223f4548edb1d0a604 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 13 May 2024 15:10:46 -0400 Subject: [PATCH] attempt to fix https issues --- stack.production.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stack.production.yml b/stack.production.yml index 945f0c2..4f18f0f 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -6,6 +6,7 @@ networks: services: opensearch: image: opensearchproject/opensearch:2.11.1 + container_name: opensearch environment: cluster.name: "opensearch" network.host: "0.0.0.0" @@ -63,7 +64,7 @@ services: opensearch-dashboards: image: opensearchproject/opensearch-dashboards:2.11.1 environment: - OPENSEARCH_HOSTS: "http://SOFD_opensearch:9200" + OPENSEARCH_HOSTS: "http://opensearch:9200" OPENSEARCH_USERNAME: "admin" OPENSEARCH_PASSWORD: "PzGRamsPfmYkv2yBvcuB7xfzdpZhwMCcx" networks: