diff --git a/arb/nitro/arbitrum-one-nitro-pruned-pebble-hash--fireeth.yml b/arb/nitro/arbitrum-one-nitro-pruned-pebble-hash--fireeth.yml index 984858ef..800f1f3e 100644 --- a/arb/nitro/arbitrum-one-nitro-pruned-pebble-hash--fireeth.yml +++ b/arb/nitro/arbitrum-one-nitro-pruned-pebble-hash--fireeth.yml @@ -78,6 +78,7 @@ services: networks: - chains volumes: + - ${ARBITRUM_ONE_FIREETH_DATA:-arbitrum-one-fireeth}:/app/firehose-data - ${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_DATA:-arbitrum-one-nitro-pruned-pebble-hash}:/root/.arbitrum - ./tmp/arbitrum-one:/tmp - /slowdisk:/slowdisk diff --git a/bsc/bsc/bsc-mainnet-bsc-pruned-pebble-path--fireeth.yml b/bsc/bsc/bsc-mainnet-bsc-pruned-pebble-path--fireeth.yml index f1568472..f43104ac 100644 --- a/bsc/bsc/bsc-mainnet-bsc-pruned-pebble-path--fireeth.yml +++ b/bsc/bsc/bsc-mainnet-bsc-pruned-pebble-path--fireeth.yml @@ -86,6 +86,7 @@ services: - chains volumes: - ${BSC_MAINNET_BSC_PRUNED_PEBBLE_PATH_DATA:-bsc-mainnet-bsc-pruned-pebble-path}:/bsc/.ethereum + - ${BSC_MAINNET_FIREETH_DATA:-bsc-mainnet-fireeth}:/app/firehose-data - ./bsc/mainnet:/config - /slowdisk:/slowdisk logging: *logging-defaults diff --git a/ethereum/geth/ethereum-mainnet-geth-pruned-leveldb-hash--nimbus--fireeth.yml b/ethereum/geth/ethereum-mainnet-geth-pruned-leveldb-hash--nimbus--fireeth.yml index 344b6964..a91e2676 100644 --- a/ethereum/geth/ethereum-mainnet-geth-pruned-leveldb-hash--nimbus--fireeth.yml +++ b/ethereum/geth/ethereum-mainnet-geth-pruned-leveldb-hash--nimbus--fireeth.yml @@ -88,6 +88,7 @@ services: networks: - chains volumes: + - ${ETHEREUM_MAINNET_FIREETH_DATA:-ethereum-mainnet-fireeth}:/app/firehose-data - ${ETHEREUM_MAINNET_GETH_PRUNED_LEVELDB_HASH_DATA:-ethereum-mainnet-geth-pruned-leveldb-hash}:/root/.ethereum - .jwtsecret:/jwtsecret:ro - /slowdisk:/slowdisk diff --git a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path--nimbus--fireeth.yml b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path--nimbus--fireeth.yml index 442765f1..b46544ff 100644 --- a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path--nimbus--fireeth.yml +++ b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path--nimbus--fireeth.yml @@ -88,6 +88,7 @@ services: networks: - chains volumes: + - ${ETHEREUM_MAINNET_FIREETH_DATA:-ethereum-mainnet-fireeth}:/app/firehose-data - ${ETHEREUM_MAINNET_GETH_PRUNED_PEBBLE_PATH_DATA:-ethereum-mainnet-geth-pruned-pebble-path}:/root/.ethereum - .jwtsecret:/jwtsecret:ro - /slowdisk:/slowdisk diff --git a/op/geth/base-mainnet-op-geth-pruned-pebble-path--fireeth.yml b/op/geth/base-mainnet-op-geth-pruned-pebble-path--fireeth.yml index 28d4e2d3..02734e9b 100644 --- a/op/geth/base-mainnet-op-geth-pruned-pebble-path--fireeth.yml +++ b/op/geth/base-mainnet-op-geth-pruned-pebble-path--fireeth.yml @@ -91,6 +91,7 @@ services: networks: - chains volumes: + - ${BASE_MAINNET_FIREETH_DATA:-base-mainnet-fireeth}:/app/firehose-data - ${BASE_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-base-mainnet-op-geth-pruned-pebble-path}:/data - .jwtsecret:/jwtsecret:ro - /slowdisk:/slowdisk diff --git a/op/geth/op-mainnet-op-geth-pruned-pebble-path--fireeth.yml b/op/geth/op-mainnet-op-geth-pruned-pebble-path--fireeth.yml index d19bfb9e..e1e1d242 100644 --- a/op/geth/op-mainnet-op-geth-pruned-pebble-path--fireeth.yml +++ b/op/geth/op-mainnet-op-geth-pruned-pebble-path--fireeth.yml @@ -91,6 +91,7 @@ services: networks: - chains volumes: + - ${OP_MAINNET_FIREETH_DATA:-op-mainnet-fireeth}:/app/firehose-data - ${OP_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-op-mainnet-op-geth-pruned-pebble-path}:/data - ./op/op/mainnet:/config - .jwtsecret:/jwtsecret:ro diff --git a/op/geth/unichain-mainnet-op-geth-pruned-pebble-path--fireeth.yml b/op/geth/unichain-mainnet-op-geth-pruned-pebble-path--fireeth.yml index 93827386..0ca4c184 100644 --- a/op/geth/unichain-mainnet-op-geth-pruned-pebble-path--fireeth.yml +++ b/op/geth/unichain-mainnet-op-geth-pruned-pebble-path--fireeth.yml @@ -91,6 +91,7 @@ services: networks: - chains volumes: + - ${UNICHAIN_MAINNET_FIREETH_DATA:-unichain-mainnet-fireeth}:/app/firehose-data - ${UNICHAIN_MAINNET_OP_GETH_PRUNED_PEBBLE_PATH_DATA:-unichain-mainnet-op-geth-pruned-pebble-path}:/data - .jwtsecret:/jwtsecret:ro - /slowdisk:/slowdisk diff --git a/polygon/bor/polygon-mainnet-bor-pruned-pebble-path--fireeth.yml b/polygon/bor/polygon-mainnet-bor-pruned-pebble-path--fireeth.yml index f8d2a83f..1d7492be 100644 --- a/polygon/bor/polygon-mainnet-bor-pruned-pebble-path--fireeth.yml +++ b/polygon/bor/polygon-mainnet-bor-pruned-pebble-path--fireeth.yml @@ -88,6 +88,7 @@ services: - chains volumes: - ${POLYGON_MAINNET_BOR_PRUNED_PEBBLE_PATH_DATA:-polygon-mainnet-bor-pruned-pebble-path}:/root.bor/ + - ${POLYGON_MAINNET_FIREETH_DATA:-polygon-mainnet-fireeth}:/app/firehose-data - /slowdisk:/slowdisk logging: *logging-defaults labels: diff --git a/solana/agave/solana-mainnet-agave-pruned-rocksdb--firesol.yml b/solana/agave/solana-mainnet-agave-pruned-rocksdb--firesol.yml index 35bbf7f4..38366954 100644 --- a/solana/agave/solana-mainnet-agave-pruned-rocksdb--firesol.yml +++ b/solana/agave/solana-mainnet-agave-pruned-rocksdb--firesol.yml @@ -85,6 +85,7 @@ services: - chains volumes: - ${SOLANA_MAINNET_AGAVE_PRUNED_ROCKSDB_DATA:-solana-mainnet-agave-pruned-rocksdb}:/ledger + - ${SOLANA_MAINNET_FIRESOL_DATA:-solana-mainnet-firesol}:/app/firehose-data - /slowdisk:/slowdisk logging: *logging-defaults labels: diff --git a/solana/agave/solana-testnet-agave-pruned-rocksdb--firesol.yml b/solana/agave/solana-testnet-agave-pruned-rocksdb--firesol.yml index 83c214d8..a4b85ef8 100644 --- a/solana/agave/solana-testnet-agave-pruned-rocksdb--firesol.yml +++ b/solana/agave/solana-testnet-agave-pruned-rocksdb--firesol.yml @@ -83,6 +83,7 @@ services: - chains volumes: - ${SOLANA_TESTNET_AGAVE_PRUNED_ROCKSDB_DATA:-solana-testnet-agave-pruned-rocksdb}:/ledger + - ${SOLANA_TESTNET_FIRESOL_DATA:-solana-testnet-firesol}:/app/firehose-data - /slowdisk:/slowdisk logging: *logging-defaults labels: