SOFD
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
669766125c
commit
1252c41100
|
@ -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
|
|
@ -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
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue