This commit is contained in:
goldsquid
2025-12-04 21:01:32 +07:00
parent cc4671bfc7
commit 8d67597789
11 changed files with 27 additions and 27 deletions

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services:
ethereum-mainnet-geth:
image: ${ETHEREUM_FIREETH_IMAGE:-ghcr.io/streamingfast/firehose-ethereum}:${ETHEREUM_MAINNET_FIREETH_VERSION:-v2.14.3}
image: ${ETHEREUM_FIREETH_IMAGE:-ghcr.io/streamingfast/go-ethereum}:${ETHEREUM_MAINNET_FIREETH_VERSION:-geth-v1.16.7-fh3.0}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
@@ -107,7 +107,7 @@ services:
- traefik.http.routers.ethereum-mainnet-geth-pruned-leveldb-hash.middlewares=ethereum-mainnet-geth-pruned-leveldb-hash-stripprefix, ipallowlist
ethereum-mainnet-geth-firehose:
image: ${ETHEREUM_FIREETH_IMAGE:-ghcr.io/streamingfast/firehose-ethereum}:${ETHEREUM_MAINNET_FIREETH_VERSION:-v2.14.3}
image: ${ETHEREUM_FIREETH_IMAGE:-ghcr.io/streamingfast/go-ethereum}:${ETHEREUM_MAINNET_FIREETH_VERSION:-geth-v1.16.7-fh3.0}
expose:
- 10015
- 10014
@@ -139,7 +139,7 @@ services:
- traefik.http.routers.ethereum-mainnet-geth-pruned-leveldb-hash-firehose.middlewares=ipallowlist
ethereum-mainnet-geth-events:
image: ${ETHEREUM_FIREETH_IMAGE:-ghcr.io/streamingfast/firehose-ethereum}:${ETHEREUM_MAINNET_FIREETH_VERSION:-v2.14.3}
image: ${ETHEREUM_FIREETH_IMAGE:-ghcr.io/streamingfast/go-ethereum}:${ETHEREUM_MAINNET_FIREETH_VERSION:-geth-v1.16.7-fh3.0}
expose:
- 10016
entrypoint: [sh, -c, exec fireeth --config-file="" --log-to-file=false start substreams-tier1 substreams-tier2 $@, _]

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services:
ethereum-mainnet-geth:
image: ${ETHEREUM_FIREETH_IMAGE:-ghcr.io/streamingfast/firehose-ethereum}:${ETHEREUM_MAINNET_FIREETH_VERSION:-v2.14.3}
image: ${ETHEREUM_FIREETH_IMAGE:-ghcr.io/streamingfast/go-ethereum}:${ETHEREUM_MAINNET_FIREETH_VERSION:-geth-v1.16.7-fh3.0}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
@@ -107,7 +107,7 @@ services:
- traefik.http.routers.ethereum-mainnet-geth-pruned-pebble-path.middlewares=ethereum-mainnet-geth-pruned-pebble-path-stripprefix, ipallowlist
ethereum-mainnet-geth-firehose:
image: ${ETHEREUM_FIREETH_IMAGE:-ghcr.io/streamingfast/firehose-ethereum}:${ETHEREUM_MAINNET_FIREETH_VERSION:-v2.14.3}
image: ${ETHEREUM_FIREETH_IMAGE:-ghcr.io/streamingfast/go-ethereum}:${ETHEREUM_MAINNET_FIREETH_VERSION:-geth-v1.16.7-fh3.0}
expose:
- 10015
- 10014
@@ -139,7 +139,7 @@ services:
- traefik.http.routers.ethereum-mainnet-geth-pruned-pebble-path-firehose.middlewares=ipallowlist
ethereum-mainnet-geth-events:
image: ${ETHEREUM_FIREETH_IMAGE:-ghcr.io/streamingfast/firehose-ethereum}:${ETHEREUM_MAINNET_FIREETH_VERSION:-v2.14.3}
image: ${ETHEREUM_FIREETH_IMAGE:-ghcr.io/streamingfast/go-ethereum}:${ETHEREUM_MAINNET_FIREETH_VERSION:-geth-v1.16.7-fh3.0}
expose:
- 10016
entrypoint: [sh, -c, exec fireeth --config-file="" --log-to-file=false start substreams-tier1 substreams-tier2 $@, _]