Add a healthcheck to lighthouse bootnode to avoid failing eth txs
This commit is contained in:
parent
9192939748
commit
1fe0138578
@ -58,6 +58,12 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
RUN_BOOTNODE: "true"
|
RUN_BOOTNODE: "true"
|
||||||
image: cerc/fixturenet-eth-lighthouse:local
|
image: cerc/fixturenet-eth-lighthouse:local
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "/scripts/status-internal.sh"]
|
||||||
|
interval: 10s
|
||||||
|
timeout: 100s
|
||||||
|
retries: 3
|
||||||
|
start_period: 15s
|
||||||
|
|
||||||
fixturenet-eth-lighthouse-1:
|
fixturenet-eth-lighthouse-1:
|
||||||
hostname: fixturenet-eth-lighthouse-1
|
hostname: fixturenet-eth-lighthouse-1
|
||||||
|
@ -6,6 +6,8 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
fixturenet-eth-geth-1:
|
fixturenet-eth-geth-1:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
fixturenet-eth-bootnode-lighthouse:
|
||||||
|
condition: service_healthy
|
||||||
image: cerc/optimism-contracts:local
|
image: cerc/optimism-contracts:local
|
||||||
environment:
|
environment:
|
||||||
CHAIN_ID: 1212
|
CHAIN_ID: 1212
|
||||||
|
Loading…
Reference in New Issue
Block a user