Hi all;
I got new update regarding docker deploy;
The issues is docker service can not deploy contract to chosen network with error:
Could not connect to the development Ethereum network on http://localhost:8545. Please check your networks.js configuration file. Error: Invalid JSON RPC response: "".
docker-compose creates internal network between services – but still the error occurs ;(
btw. added log into docker file to print networks file;
On other hand I tried the approach to copy already initialized oz project from host to container, (copying .openzeppelin and networks.js) and still resulted with same error
I run locally with no issues, so suspect that the issue is the connection from OpenZeppelin CLI in one container calling http://localhost:8545 to the container running ganache-cli.
Unfortunately my docker setup is problematic so not something I can easily reproduce.