From 1252c411006da5ff6bb705cd428b4b197a210339 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 13 May 2024 14:36:41 -0400 Subject: [PATCH] SOFD --- docker-compose.production.yml | 20 ++++++++++---------- docker-compose.staging.yml | 20 ++++++++++---------- stack.production.yml | 4 ++-- stack.staging.yml | 4 ++-- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/docker-compose.production.yml b/docker-compose.production.yml index 25d3f75..d2dfad4 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -5,13 +5,13 @@ services: context: docker/fluentd dockerfile: Dockerfile.production image: git.nixc.us/nixius/sofd:production-fluentd - opensearch: - build: - context: docker/opensearch - dockerfile: Dockerfile.production - image: git.nixc.us/nixius/sofd:production-opensearch - opensearch-dashboards: - build: - context: docker/opensearch-dashboards - dockerfile: Dockerfile.production - image: git.nixc.us/nixius/sofd:production-opensearch-dashboards \ No newline at end of file + # opensearch: + # build: + # context: docker/opensearch + # dockerfile: Dockerfile.production + # image: git.nixc.us/nixius/sofd:production-opensearch + # opensearch-dashboards: + # build: + # context: docker/opensearch-dashboards + # dockerfile: Dockerfile.production + # image: git.nixc.us/nixius/sofd:production-opensearch-dashboards \ No newline at end of file diff --git a/docker-compose.staging.yml b/docker-compose.staging.yml index 243daa3..5e32f11 100644 --- a/docker-compose.staging.yml +++ b/docker-compose.staging.yml @@ -5,13 +5,13 @@ services: context: docker/fluentd dockerfile: Dockerfile image: git.nixc.us/nixius/sofd:staging-fluentd - opensearch: - build: - context: docker/opensearch - dockerfile: Dockerfile - image: git.nixc.us/nixius/sofd:staging-opensearch - opensearch-dashboards: - build: - context: docker/opensearch-dashboards - dockerfile: Dockerfile - image: git.nixc.us/nixius/sofd:staging-opensearch-dashboards \ No newline at end of file + # opensearch: + # build: + # context: docker/opensearch + # dockerfile: Dockerfile + # image: git.nixc.us/nixius/sofd:staging-opensearch + # opensearch-dashboards: + # build: + # context: docker/opensearch-dashboards + # dockerfile: Dockerfile + # image: git.nixc.us/nixius/sofd:staging-opensearch-dashboards \ No newline at end of file diff --git a/stack.production.yml b/stack.production.yml index 88e4d57..b4b4ca0 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -6,7 +6,7 @@ networks: services: opensearch: - image: git.nixc.us/nixius/sofd:production-opensearch + image: opensearchproject/opensearch:2.11.1 environment: cluster.name: "opensearch" network.host: "0.0.0.0" @@ -34,7 +34,7 @@ services: - opensearch opensearch-dashboards: - image: git.nixc.us/nixius/sofd:production-opensearch-dashboards + image: opensearchproject/opensearch-dashboards:2.11.1 environment: OPENSEARCH_HOSTS: "http://opensearch:9200" OPENSEARCH_USERNAME: "admin" diff --git a/stack.staging.yml b/stack.staging.yml index 32661f6..2f93beb 100644 --- a/stack.staging.yml +++ b/stack.staging.yml @@ -5,7 +5,7 @@ networks: sofd-net: services: opensearch: - image: git.nixc.us/nixius/sofd:staging-opensearch + image: opensearchproject/opensearch:2.11.1 environment: cluster.name: "opensearch" network.host: "0.0.0.0" @@ -33,7 +33,7 @@ services: - opensearch opensearch-dashboards: - image: git.nixc.us/nixius/sofd:staging-opensearch-dashboards + image: opensearchproject/opensearch-dashboards:2.11.1 environment: OPENSEARCH_HOSTS: "http://opensearch:9200" OPENSEARCH_USERNAME: "admin"