2023-05-25 16:21:08 +00:00
|
|
|
services:
|
|
|
|
fixturenet-eth-bootnode-geth:
|
|
|
|
restart: always
|
|
|
|
hostname: fixturenet-eth-bootnode-geth
|
|
|
|
env_file:
|
|
|
|
- ../config/fixturenet-eth/fixturenet-eth.env
|
|
|
|
environment:
|
|
|
|
RUN_BOOTNODE: "true"
|
2024-04-11 03:21:36 +00:00
|
|
|
CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG}
|
2023-05-26 21:57:15 +00:00
|
|
|
image: cerc/fixturenet-plugeth-plugeth:local
|
2023-05-25 16:21:08 +00:00
|
|
|
volumes:
|
|
|
|
- fixturenet_plugeth_bootnode_geth_data:/root/ethdata
|
|
|
|
ports:
|
|
|
|
- "9898"
|
|
|
|
- "30303"
|
|
|
|
|
|
|
|
fixturenet-eth-geth-1:
|
|
|
|
restart: always
|
|
|
|
hostname: fixturenet-eth-geth-1
|
|
|
|
cap_add:
|
|
|
|
- SYS_PTRACE
|
|
|
|
environment:
|
2023-08-09 09:16:00 +00:00
|
|
|
CERC_REMOTE_DEBUG: ${CERC_REMOTE_DEBUG:-true}
|
2023-09-20 19:26:58 +00:00
|
|
|
CERC_RUN_STATEDIFF: ${CERC_RUN_STATEDIFF:-detect}
|
2023-05-25 16:21:08 +00:00
|
|
|
CERC_STATEDIFF_DB_NODE_ID: 1
|
|
|
|
CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG}
|
|
|
|
env_file:
|
|
|
|
- ../config/fixturenet-eth/fixturenet-eth.env
|
2023-05-26 21:57:15 +00:00
|
|
|
image: cerc/fixturenet-plugeth-plugeth:local
|
2023-05-25 16:21:08 +00:00
|
|
|
volumes:
|
|
|
|
- fixturenet_plugeth_geth_1_data:/root/ethdata
|
|
|
|
healthcheck:
|
|
|
|
test: ["CMD", "wget", "--tries=1", "--connect-timeout=1", "--quiet", "-O", "-", "http://localhost:8545/"]
|
|
|
|
interval: 30s
|
|
|
|
timeout: 10s
|
|
|
|
retries: 10
|
|
|
|
start_period: 3s
|
|
|
|
depends_on:
|
|
|
|
- fixturenet-eth-bootnode-geth
|
|
|
|
ports:
|
|
|
|
- "8545"
|
2023-10-04 00:52:23 +00:00
|
|
|
- "8546"
|
2023-05-25 16:21:08 +00:00
|
|
|
- "40000"
|
|
|
|
- "6060"
|
|
|
|
|
|
|
|
fixturenet-eth-geth-2:
|
|
|
|
restart: always
|
|
|
|
hostname: fixturenet-eth-geth-2
|
|
|
|
healthcheck:
|
|
|
|
test: ["CMD", "wget", "--tries=1", "--connect-timeout=1", "--quiet", "-O", "-", "http://localhost:8545/"]
|
|
|
|
interval: 30s
|
|
|
|
timeout: 10s
|
|
|
|
retries: 10
|
|
|
|
start_period: 3s
|
|
|
|
environment:
|
|
|
|
CERC_KEEP_RUNNING_AFTER_GETH_EXIT: "true"
|
|
|
|
env_file:
|
|
|
|
- ../config/fixturenet-eth/fixturenet-eth.env
|
2023-05-26 21:57:15 +00:00
|
|
|
image: cerc/fixturenet-plugeth-plugeth:local
|
2023-05-25 16:21:08 +00:00
|
|
|
depends_on:
|
|
|
|
- fixturenet-eth-bootnode-geth
|
|
|
|
volumes:
|
|
|
|
- fixturenet_plugeth_geth_2_data:/root/ethdata
|
2023-10-04 00:52:23 +00:00
|
|
|
ports:
|
|
|
|
- "8545"
|
|
|
|
- "8546"
|
2023-05-25 16:21:08 +00:00
|
|
|
|
|
|
|
fixturenet-eth-bootnode-lighthouse:
|
|
|
|
restart: always
|
|
|
|
hostname: fixturenet-eth-bootnode-lighthouse
|
|
|
|
environment:
|
|
|
|
RUN_BOOTNODE: "true"
|
2023-08-03 20:31:16 +00:00
|
|
|
image: cerc/fixturenet-eth-lighthouse:local
|
2023-05-25 16:21:08 +00:00
|
|
|
|
|
|
|
fixturenet-eth-lighthouse-1:
|
|
|
|
restart: always
|
|
|
|
hostname: fixturenet-eth-lighthouse-1
|
|
|
|
healthcheck:
|
|
|
|
test: ["CMD", "wget", "--tries=1", "--connect-timeout=1", "--quiet", "-O", "-", "http://localhost:8001/eth/v2/beacon/blocks/head"]
|
|
|
|
interval: 30s
|
|
|
|
timeout: 10s
|
|
|
|
retries: 10
|
|
|
|
start_period: 30s
|
|
|
|
env_file:
|
|
|
|
- ../config/fixturenet-eth/fixturenet-eth.env
|
|
|
|
environment:
|
|
|
|
NODE_NUMBER: "1"
|
|
|
|
ETH1_ENDPOINT: "http://fixturenet-eth-geth-1:8545"
|
|
|
|
EXECUTION_ENDPOINT: "http://fixturenet-eth-geth-1:8551"
|
2023-08-03 20:31:16 +00:00
|
|
|
image: cerc/fixturenet-eth-lighthouse:local
|
2023-05-25 16:21:08 +00:00
|
|
|
volumes:
|
|
|
|
- fixturenet_plugeth_lighthouse_1_data:/opt/testnet/build/cl
|
|
|
|
depends_on:
|
|
|
|
fixturenet-eth-bootnode-lighthouse:
|
|
|
|
condition: service_started
|
|
|
|
fixturenet-eth-geth-1:
|
|
|
|
condition: service_healthy
|
|
|
|
ports:
|
|
|
|
- "8001"
|
|
|
|
|
|
|
|
fixturenet-eth-lighthouse-2:
|
|
|
|
restart: always
|
|
|
|
hostname: fixturenet-eth-lighthouse-2
|
|
|
|
healthcheck:
|
|
|
|
test: ["CMD", "wget", "--tries=1", "--connect-timeout=1", "--quiet", "-O", "-", "http://localhost:8001/eth/v2/beacon/blocks/head"]
|
|
|
|
interval: 30s
|
|
|
|
timeout: 10s
|
|
|
|
retries: 10
|
|
|
|
start_period: 30s
|
|
|
|
env_file:
|
|
|
|
- ../config/fixturenet-eth/fixturenet-eth.env
|
|
|
|
environment:
|
|
|
|
NODE_NUMBER: "2"
|
|
|
|
ETH1_ENDPOINT: "http://fixturenet-eth-geth-2:8545"
|
|
|
|
EXECUTION_ENDPOINT: "http://fixturenet-eth-geth-2:8551"
|
|
|
|
LIGHTHOUSE_GENESIS_STATE_URL: "http://fixturenet-eth-lighthouse-1:8001/eth/v2/debug/beacon/states/0"
|
2023-08-03 20:31:16 +00:00
|
|
|
image: cerc/fixturenet-eth-lighthouse:local
|
2023-05-25 16:21:08 +00:00
|
|
|
volumes:
|
|
|
|
- fixturenet_plugeth_lighthouse_2_data:/opt/testnet/build/cl
|
|
|
|
depends_on:
|
|
|
|
fixturenet-eth-bootnode-lighthouse:
|
|
|
|
condition: service_started
|
|
|
|
fixturenet-eth-geth-2:
|
|
|
|
condition: service_healthy
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
fixturenet_plugeth_bootnode_geth_data:
|
|
|
|
fixturenet_plugeth_geth_1_data:
|
|
|
|
fixturenet_plugeth_geth_2_data:
|
|
|
|
fixturenet_plugeth_lighthouse_1_data:
|
|
|
|
fixturenet_plugeth_lighthouse_2_data:
|