Example of running two instances of Quilibrium side by side inside docker containers with an update script.
File Structure:
quilibrium/
- .config1/ # Folder mount for persisting config of first instance
- .config2/ # Folder mount for persisting config of second instance
- src/ # Your local clone of the Quilibrium Repository (http://github.com/QuilibriumNetwork/ceremonyclient)
- update.sh # Shell script for updating to latest version and restarting docker instances (must by chmod u+x)
- docker-compose.yaml # Docker compose file for starting services