Run Witnet as a docker-compose service
Prerequisites
Install the current stable release of Docker Compose:
Install the current stable release of parallel:
Test the installation of Docker Compose:
Clone the project's GitHub repository into your home directory:
Go in the directory you are interested in
for only one node
for several nodes (example: 5)
Usage of docker-compose
Start up the service:
Follow the logs of the service:
When you want to stop the service:
When you want to remove the service:
Every time you change the
docker-compose.yaml
file, you need to recreate the services bydocker-compose
:
Last updated