WIP 3
This commit is contained in:
parent
fe6c9419dd
commit
f62c9f064d
10 changed files with 828 additions and 118 deletions
|
|
@ -3,9 +3,7 @@ version: "3.4"
|
|||
services:
|
||||
opensearch:
|
||||
container_name: opensearch
|
||||
build:
|
||||
context: ../../
|
||||
dockerfile: ../../opensearch
|
||||
build: ../opensearch
|
||||
image: registry.gitlab.com/digiresilience/link/link-stack/opensearch:${LINK_STACK_VERSION}
|
||||
restart: ${RESTART}
|
||||
environment:
|
||||
|
|
@ -40,9 +38,7 @@ services:
|
|||
|
||||
opensearch-dashboards:
|
||||
container_name: opensearch-dashboards
|
||||
build:
|
||||
context: ../../
|
||||
dockerfile: ../../opensearch-dashboards
|
||||
build: ../opensearch-dashboards
|
||||
image: registry.gitlab.com/digiresilience/link/link-stack/opensearch-dashboards:${LINK_STACK_VERSION}
|
||||
restart: ${RESTART}
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue