scrtlabs / docker-environment

Docker Environment for the Discovery release of the Enigma Protocol
https://enigma.co
6 stars 6 forks source link

BLD: refactored HW mode #23

Closed lacabra closed 4 years ago

lacabra commented 4 years ago

Instead of having to maintain two different docker-compose files: docker-compose.yml and docker-compose_hw.yml, this new schema provides a master file docker-compose.yml (which is run in SW mode) and a secondary file that only overrides the values that change to run in HW mode, so that you run in either mode like so:

I'm also renaming docker-compose_hw.yml to docker-compose.hw.yml for consistency with our other existing repo discovery-docker-network