From 80b0c077362a8675806ba0b84e522910f1dd9a9a Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Tue, 3 Oct 2023 19:52:23 -0500 Subject: [PATCH] Open ports for 2nd geth instance and add missing lcli param. (#555) --- app/data/compose/docker-compose-fixturenet-eth.yml | 3 +++ app/data/compose/docker-compose-fixturenet-plugeth.yml | 4 ++++ .../genesis/cl/reset_genesis_time.sh | 1 + 3 files changed, 8 insertions(+) diff --git a/app/data/compose/docker-compose-fixturenet-eth.yml b/app/data/compose/docker-compose-fixturenet-eth.yml index bd25c528..4608a2ad 100644 --- a/app/data/compose/docker-compose-fixturenet-eth.yml +++ b/app/data/compose/docker-compose-fixturenet-eth.yml @@ -62,6 +62,9 @@ services: - fixturenet-eth-bootnode-geth volumes: - fixturenet_eth_geth_2_data:/root/ethdata + ports: + - "8545" + - "8546" fixturenet-eth-bootnode-lighthouse: restart: always diff --git a/app/data/compose/docker-compose-fixturenet-plugeth.yml b/app/data/compose/docker-compose-fixturenet-plugeth.yml index f31ef559..9cfe551d 100644 --- a/app/data/compose/docker-compose-fixturenet-plugeth.yml +++ b/app/data/compose/docker-compose-fixturenet-plugeth.yml @@ -38,6 +38,7 @@ services: - fixturenet-eth-bootnode-geth ports: - "8545" + - "8546" - "40000" - "6060" @@ -59,6 +60,9 @@ services: - fixturenet-eth-bootnode-geth volumes: - fixturenet_plugeth_geth_2_data:/root/ethdata + ports: + - "8545" + - "8546" fixturenet-eth-bootnode-lighthouse: restart: always diff --git a/app/data/container-build/cerc-fixturenet-eth-lighthouse/genesis/cl/reset_genesis_time.sh b/app/data/container-build/cerc-fixturenet-eth-lighthouse/genesis/cl/reset_genesis_time.sh index f21a8ee0..59173072 100755 --- a/app/data/container-build/cerc-fixturenet-eth-lighthouse/genesis/cl/reset_genesis_time.sh +++ b/app/data/container-build/cerc-fixturenet-eth-lighthouse/genesis/cl/reset_genesis_time.sh @@ -13,6 +13,7 @@ NOW=${1:-`date +%s`} lcli \ change-genesis-time \ + --testnet-dir $TESTNET_DIR \ $TESTNET_DIR/genesis.ssz \ $NOW