Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 415 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 415 Bytes

Purpose

This Repository contains the configuration files required to run MERLIN via Docker Compose and Kubernetes.

Deployment

Docker Compose

###Startup To run the system MERLIN with Docker Compose run the following command

$ docker-compose -f devops/compose/docker-compose.yaml up -d

###Shutdown

$ docker-compose -f devops/compose/docker-compose.yaml down

Kubernetes

TBD