Add a dev ethereum Docker setup

Also adds untested Dockerfiles for reth, lighthouse, and nimbus.
This commit is contained in:
Luke Parker
2024-04-24 09:25:11 -04:00
parent d57fef8999
commit cef63a631a
21 changed files with 217 additions and 19 deletions

View File

@@ -266,7 +266,7 @@ fn dockerfiles(network: Network) {
let orchestration_path = orchestration_path(network);
bitcoin(&orchestration_path, network);
ethereum(&orchestration_path);
ethereum(&orchestration_path, network);
monero(&orchestration_path, network);
if network == Network::Dev {
monero_wallet_rpc(&orchestration_path);