version fix

This commit is contained in:
Para Dox
2025-05-20 21:54:12 +07:00
parent 85a5862f90
commit 2a13b59aae
10 changed files with 14 additions and 14 deletions

View File

@@ -138,7 +138,7 @@ services:
- traefik.http.routers.base-mainnet-op-geth-pruned-pebble-path-firehose.middlewares=ipallowlist
base-mainnet-events:
image: ${BASE_FIREETH_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth}:${BASE_MAINNET_FIREETH_VERSION:-v1.101503.4}
image: ${BASE_FIREETH_IMAGE:-ghcr.io/streamingfast/firehose-ethereum}:${BASE_MAINNET_FIREETH_VERSION:-v2.11.9-optimism-v1.101503.4-op-node.v1.13.2}
expose:
- 10016
entrypoint: [sh, -c, exec fireeth start substreams-tier-1 substreams-tier-2 $@, _]

View File

@@ -139,7 +139,7 @@ services:
- traefik.http.routers.op-mainnet-op-geth-pruned-pebble-path-firehose.middlewares=ipallowlist
op-mainnet-events:
image: ${OP_FIREETH_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth}:${OP_MAINNET_FIREETH_VERSION:-v1.101503.4}
image: ${OP_FIREETH_IMAGE:-ghcr.io/streamingfast/firehose-ethereum}:${OP_MAINNET_FIREETH_VERSION:-v2.11.9-optimism-v1.101503.4-op-node.v1.13.2}
expose:
- 10016
entrypoint: [sh, -c, exec fireeth start substreams-tier-1 substreams-tier-2 $@, _]

View File

@@ -138,7 +138,7 @@ services:
- traefik.http.routers.unichain-mainnet-op-geth-pruned-pebble-path-firehose.middlewares=ipallowlist
unichain-mainnet-events:
image: ${UNICHAIN_FIREETH_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth}:${UNICHAIN_MAINNET_FIREETH_VERSION:-v1.101503.4}
image: ${UNICHAIN_FIREETH_IMAGE:-ghcr.io/streamingfast/firehose-ethereum}:${UNICHAIN_MAINNET_FIREETH_VERSION:-v2.11.9-optimism-v1.101503.4-op-node.v1.13.2}
expose:
- 10016
entrypoint: [sh, -c, exec fireeth start substreams-tier-1 substreams-tier-2 $@, _]