Add fixturenet-eth-spam stack
This commit is contained in:
parent
5ad7ebb016
commit
9540724d82
16
stack-orchestrator/compose/docker-compose-tx-spammer.yml
Normal file
16
stack-orchestrator/compose/docker-compose-tx-spammer.yml
Normal file
@ -0,0 +1,16 @@
|
||||
services:
|
||||
tx-spammer:
|
||||
restart: always
|
||||
image: cerc/tx-spammer:local
|
||||
env_file:
|
||||
- ../config/tx-spammer/tx-spammer.env
|
||||
environment:
|
||||
ACCOUNTS_CSV_URL: http://fixturenet-eth-bootnode-geth:9898/accounts.csv
|
||||
ETH_HTTP_PATH: http://fixturenet-eth-geth-1:8545
|
||||
LOG_LEVEL: debug
|
||||
SPAMMER_COMMAND: autoSend
|
||||
depends_on:
|
||||
fixturenet-eth-bootnode-geth:
|
||||
condition: service_started
|
||||
fixturenet-eth-geth-1:
|
||||
condition: service_healthy
|
2
stack-orchestrator/config/tx-spammer/tx-spammer.env
Normal file
2
stack-orchestrator/config/tx-spammer/tx-spammer.env
Normal file
@ -0,0 +1,2 @@
|
||||
ETH_CALL_FREQ=1000
|
||||
ETH_SEND_FREQ=1000
|
15
stack-orchestrator/stacks/fixturenet-eth-spam/stack.yml
Normal file
15
stack-orchestrator/stacks/fixturenet-eth-spam/stack.yml
Normal file
@ -0,0 +1,15 @@
|
||||
version: "1.1"
|
||||
name: fixturenet-eth-spam
|
||||
description: "Ethereum Fixturenet with tx spam"
|
||||
repos:
|
||||
- git.vdb.to/cerc-io/lighthouse
|
||||
containers:
|
||||
- cerc/lighthouse
|
||||
- cerc/lighthouse-cli
|
||||
- cerc/fixturenet-eth-genesis-postmerge
|
||||
- cerc/fixturenet-eth-geth
|
||||
- cerc/fixturenet-eth-lighthouse
|
||||
- cerc/tx-spammer
|
||||
pods:
|
||||
- fixturenet-eth
|
||||
- tx-spammer
|
Loading…
Reference in New Issue
Block a user