This allows for easy orchestration of the Midnight Node service.
- Install Docker-Compose
-
Clone repo
-
Modify values in
.env
file as applicable -
Navigate to .yml file and
docker-compose up
DOCKER_DEFAULT_PLATFORM=linux/amd64 docker-compose up -d
or for both Midnight and Cardano:
DOCKER_DEFAULT_PLATFORM=linux/amd64 docker-compose -f ./compose-partner-chains.yml -f ./compose.yml up -d
🚀 That's it.