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 context: docker/fluentd
dockerfile: Dockerfile.production dockerfile: Dockerfile.production
image: git.nixc.us/nixius/sofd:production-fluentd image: git.nixc.us/nixius/sofd:production-fluentd
opensearch: # opensearch:
build: # build:
context: docker/opensearch # context: docker/opensearch
dockerfile: Dockerfile.production # dockerfile: Dockerfile.production
image: git.nixc.us/nixius/sofd:production-opensearch # image: git.nixc.us/nixius/sofd:production-opensearch
opensearch-dashboards: # opensearch-dashboards:
build: # build:
context: docker/opensearch-dashboards # context: docker/opensearch-dashboards
dockerfile: Dockerfile.production # dockerfile: Dockerfile.production
image: git.nixc.us/nixius/sofd:production-opensearch-dashboards # image: git.nixc.us/nixius/sofd:production-opensearch-dashboards

View File

@ -5,13 +5,13 @@ services:
context: docker/fluentd context: docker/fluentd
dockerfile: Dockerfile dockerfile: Dockerfile
image: git.nixc.us/nixius/sofd:staging-fluentd image: git.nixc.us/nixius/sofd:staging-fluentd
opensearch: # opensearch:
build: # build:
context: docker/opensearch # context: docker/opensearch
dockerfile: Dockerfile # dockerfile: Dockerfile
image: git.nixc.us/nixius/sofd:staging-opensearch # image: git.nixc.us/nixius/sofd:staging-opensearch
opensearch-dashboards: # opensearch-dashboards:
build: # build:
context: docker/opensearch-dashboards # context: docker/opensearch-dashboards
dockerfile: Dockerfile # dockerfile: Dockerfile
image: git.nixc.us/nixius/sofd:staging-opensearch-dashboards # image: git.nixc.us/nixius/sofd:staging-opensearch-dashboards

View File

@ -6,7 +6,7 @@ networks:
services: services:
opensearch: opensearch:
image: git.nixc.us/nixius/sofd:production-opensearch image: opensearchproject/opensearch:2.11.1
environment: environment:
cluster.name: "opensearch" cluster.name: "opensearch"
network.host: "0.0.0.0" network.host: "0.0.0.0"
@ -34,7 +34,7 @@ services:
- opensearch - opensearch
opensearch-dashboards: opensearch-dashboards:
image: git.nixc.us/nixius/sofd:production-opensearch-dashboards image: opensearchproject/opensearch-dashboards:2.11.1
environment: environment:
OPENSEARCH_HOSTS: "http://opensearch:9200" OPENSEARCH_HOSTS: "http://opensearch:9200"
OPENSEARCH_USERNAME: "admin" OPENSEARCH_USERNAME: "admin"

View File

@ -5,7 +5,7 @@ networks:
sofd-net: sofd-net:
services: services:
opensearch: opensearch:
image: git.nixc.us/nixius/sofd:staging-opensearch image: opensearchproject/opensearch:2.11.1
environment: environment:
cluster.name: "opensearch" cluster.name: "opensearch"
network.host: "0.0.0.0" network.host: "0.0.0.0"
@ -33,7 +33,7 @@ services:
- opensearch - opensearch
opensearch-dashboards: opensearch-dashboards:
image: git.nixc.us/nixius/sofd:staging-opensearch-dashboards image: opensearchproject/opensearch-dashboards:2.11.1
environment: environment:
OPENSEARCH_HOSTS: "http://opensearch:9200" OPENSEARCH_HOSTS: "http://opensearch:9200"
OPENSEARCH_USERNAME: "admin" OPENSEARCH_USERNAME: "admin"