blocknetdx / exrproxy-env

erp-ethserver
7 stars 10 forks source link

ENH: stateful autobuild/app.py generated docker-compose.yml #144

Closed walkjivefly closed 2 years ago

walkjivefly commented 2 years ago

Every time autobuild/app.py runs it generates all new IP addresses for all targets. This makes it extremely cumbersome to simply add one more target without taking down the entire stack and starting it all up again.

It is desirable for the script to remember the IP address for each target and always use that address for that target. Then it would be possible to run the script to add (or remove) a target and only need to restart the servicenode container and the new target container when adding a new target to the stack.

pom11 commented 2 years ago

builder.py supports .known_hosts file where every external host reference is saved