This commit is contained in:
Darren Clarke 2024-03-16 23:11:48 +01:00
parent fe6c9419dd
commit f62c9f064d
10 changed files with 828 additions and 118 deletions

View file

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