Avoid persisting lighthouse bootnode ENR between restarts (#377)

Former-commit-id: cba2345af3
This commit is contained in:
prathamesh0
2023-05-02 12:14:48 +05:30
committed by GitHub
parent 255a71fa4c
commit 3634a35479
3 changed files with 6 additions and 17 deletions
@@ -64,8 +64,6 @@ services:
environment:
RUN_BOOTNODE: "true"
image: cerc/fixturenet-eth-lighthouse:local
volumes:
- fixturenet_eth_bootnode_lighthouse_data:/opt/testnet/build/cl
fixturenet-eth-lighthouse-1:
hostname: fixturenet-eth-lighthouse-1
@@ -120,6 +118,5 @@ volumes:
fixturenet_eth_bootnode_geth_data:
fixturenet_eth_geth_1_data:
fixturenet_eth_geth_2_data:
fixturenet_eth_bootnode_lighthouse_data:
fixturenet_eth_lighthouse_1_data:
fixturenet_eth_lighthouse_2_data: