SOFD
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Colin 2024-05-13 14:36:41 -04:00
parent 669766125c
commit 1252c41100
4 changed files with 24 additions and 24 deletions

View File

@ -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
# 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

View File

@ -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
# 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

View File

@ -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"

View File

@ -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"