deploy: regenerate compose from vibe-node main 285b1c2050bd

This commit is contained in:
2026-06-29 09:03:51 +00:00
parent f843c4eb99
commit 5533fcc5e3
21 changed files with 21 additions and 99 deletions

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services:
ethereum-mainnet-erigon3:
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_MAINNET_ERIGON3_VERSION:-v3.4.4}
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_MAINNET_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:
- 19616:19616/udp
- 29616:29616
- 29616:29616/udp
- 34616:34616
- 34616:34616/udp
- 39616:39616
- 39616:39616/udp
expose:
- 8545
- 5555
@@ -82,8 +78,6 @@ services:
- --metrics.addr=0.0.0.0
- --metrics.port=6060
- --nat=extip:${IP}
- --p2p.allowed-ports=34616
- --p2p.allowed-ports=39616
- --persist.receipts=false
- --port=14616
- --prune.mode=full