deploy: regenerate compose from vibe-node main 285b1c2050bd
This commit is contained in:
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
||||
|
||||
services:
|
||||
ethereum-sepolia-erigon3-archive:
|
||||
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_SEPOLIA_ERIGON3_VERSION:-v3.4.4}
|
||||
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_SEPOLIA_ERIGON3_VERSION:-v3.5.0}
|
||||
sysctls:
|
||||
# TCP Performance
|
||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
||||
@@ -53,10 +53,6 @@ services:
|
||||
- 18317:18317/udp
|
||||
- 28317:28317
|
||||
- 28317:28317/udp
|
||||
- 33317:33317
|
||||
- 33317:33317/udp
|
||||
- 38317:38317
|
||||
- 38317:38317/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 5555
|
||||
@@ -83,8 +79,6 @@ services:
|
||||
- --metrics.addr=0.0.0.0
|
||||
- --metrics.port=6060
|
||||
- --nat=extip:${IP}
|
||||
- --p2p.allowed-ports=33317
|
||||
- --p2p.allowed-ports=38317
|
||||
- --port=13317
|
||||
- --prune.mode=archive
|
||||
- --rpc.evmtimeout=${ETHEREUM_SEPOLIA_ERIGON3_ARCHIVE_TRACE_EVMTIMEOUT:-5m0s}
|
||||
|
||||
Reference in New Issue
Block a user