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

This commit is contained in:
Colin 2024-05-13 15:10:46 -04:00
parent 1d2a3f5c98
commit 0c78f952a2
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ networks:
services: services:
opensearch: opensearch:
image: opensearchproject/opensearch:2.11.1 image: opensearchproject/opensearch:2.11.1
container_name: opensearch
environment: environment:
cluster.name: "opensearch" cluster.name: "opensearch"
network.host: "0.0.0.0" network.host: "0.0.0.0"
@ -63,7 +64,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: "http://opensearch:9200"
OPENSEARCH_USERNAME: "admin" OPENSEARCH_USERNAME: "admin"
OPENSEARCH_PASSWORD: "PzGRamsPfmYkv2yBvcuB7xfzdpZhwMCcx" OPENSEARCH_PASSWORD: "PzGRamsPfmYkv2yBvcuB7xfzdpZhwMCcx"
networks: networks: