This Repository contains the configuration files required to run MERLIN via Docker Compose and Kubernetes.
###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
TBD