This commit is contained in:
goldsquid
2025-11-27 14:28:59 +07:00
parent ac354edec5
commit ebb0be5de0
78 changed files with 84 additions and 84 deletions

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services:
bnb-testnet:
image: ${BNB_GETH_IMAGE:-ghcr.io/bnb-chain/op-geth}:${BNB_TESTNET_GETH_VERSION:-v0.5.8}
image: ${BNB_GETH_IMAGE:-ghcr.io/bnb-chain/op-geth}:${BNB_TESTNET_GETH_VERSION:-v0.5.9}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
@@ -109,7 +109,7 @@ services:
- traefik.http.routers.bnb-testnet-op-geth-pruned-pebble-path.middlewares=bnb-testnet-op-geth-pruned-pebble-path-stripprefix, ipallowlist
bnb-testnet-node:
image: ${BNB_NODE_IMAGE:-ghcr.io/bnb-chain/op-node}:${BNB_TESTNET_NODE_VERSION:-v0.5.4}
image: ${BNB_NODE_IMAGE:-ghcr.io/bnb-chain/op-node}:${BNB_TESTNET_NODE_VERSION:-v0.5.5}
ports:
- 18187:18187
- 18187:18187/udp