change port

This commit is contained in:
goldsquid
2025-10-05 16:35:48 +07:00
parent 208ac156d8
commit 925276e1c8
7 changed files with 78 additions and 78 deletions

View File

@@ -47,16 +47,16 @@ services:
memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX)
user: root
ports:
- 13947:13947
- 13947:13947/udp
- 18947:18947
- 18947:18947/udp
- 28947:28947
- 28947:28947/udp
- 33947:33947
- 33947:33947/udp
- 38947:38947
- 38947:38947/udp
- 13948:13948
- 13948:13948/udp
- 18948:18948
- 18948:18948/udp
- 28948:28948
- 28948:28948/udp
- 33948:33948
- 33948:33948/udp
- 38948:38948
- 38948:38948/udp
expose:
- 8545
- 5555
@@ -67,8 +67,8 @@ services:
- --beacon.api.port=5555
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
- --caplin.discovery.addr=0.0.0.0
- --caplin.discovery.port=18947
- --caplin.discovery.tcpport=18947
- --caplin.discovery.port=18948
- --caplin.discovery.tcpport=18948
- --chain=holesky
- --datadir=/root/.local/share/erigon
- --http
@@ -81,9 +81,9 @@ services:
- --metrics.addr=0.0.0.0
- --metrics.port=6060
- --nat=extip:${IP}
- --p2p.allowed-ports=33947
- --p2p.allowed-ports=38947
- --port=13947
- --p2p.allowed-ports=33948
- --p2p.allowed-ports=38948
- --port=13948
- --prune.mode=archive
- --rpc.evmtimeout=${ETHEREUM_HOLESKY_ERIGON3_ARCHIVE_TRACE_EVMTIMEOUT:-5m0s}
- --rpc.gascap=6000000000
@@ -91,7 +91,7 @@ services:
- --rpc.overlay.replayblocktimeout=${ETHEREUM_HOLESKY_ERIGON3_ARCHIVE_TRACE_REPLAYBLOCKTIMEOUT:-10s}
- --rpc.returndata.limit=10000000
- --torrent.download.rate=${ETHEREUM_HOLESKY_ERIGON3_ARCHIVE_TRACE_MAX_DOWNLOAD_RATE:-1000mb}
- --torrent.port=28947
- --torrent.port=28948
- --ws
- --ws.port=8545
restart: unless-stopped

View File

@@ -47,16 +47,16 @@ services:
memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX)
user: root
ports:
- 12582:12582
- 12582:12582/udp
- 17582:17582
- 17582:17582/udp
- 27582:27582
- 27582:27582/udp
- 32582:32582
- 32582:32582/udp
- 37582:37582
- 37582:37582/udp
- 12583:12583
- 12583:12583/udp
- 17583:17583
- 17583:17583/udp
- 27583:27583
- 27583:27583/udp
- 32583:32583
- 32583:32583/udp
- 37583:37583
- 37583:37583/udp
expose:
- 8545
- 5555
@@ -67,8 +67,8 @@ services:
- --beacon.api.port=5555
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
- --caplin.discovery.addr=0.0.0.0
- --caplin.discovery.port=17582
- --caplin.discovery.tcpport=17582
- --caplin.discovery.port=17583
- --caplin.discovery.tcpport=17583
- --chain=holesky
- --datadir=/root/.local/share/erigon
- --http
@@ -81,10 +81,10 @@ services:
- --metrics.addr=0.0.0.0
- --metrics.port=6060
- --nat=extip:${IP}
- --p2p.allowed-ports=32582
- --p2p.allowed-ports=37582
- --p2p.allowed-ports=32583
- --p2p.allowed-ports=37583
- --persist.receipts=false
- --port=12582
- --port=12583
- --prune.mode=minimal
- --rpc.evmtimeout=${ETHEREUM_HOLESKY_ERIGON3_MINIMAL_TRACE_EVMTIMEOUT:-5m0s}
- --rpc.gascap=6000000000
@@ -92,7 +92,7 @@ services:
- --rpc.overlay.replayblocktimeout=${ETHEREUM_HOLESKY_ERIGON3_MINIMAL_TRACE_REPLAYBLOCKTIMEOUT:-10s}
- --rpc.returndata.limit=10000000
- --torrent.download.rate=${ETHEREUM_HOLESKY_ERIGON3_MINIMAL_TRACE_MAX_DOWNLOAD_RATE:-1000mb}
- --torrent.port=27582
- --torrent.port=27583
- --ws
- --ws.port=8545
restart: unless-stopped

View File

@@ -47,16 +47,16 @@ services:
memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX)
user: root
ports:
- 11685:11685
- 11685:11685/udp
- 16685:16685
- 16685:16685/udp
- 26685:26685
- 26685:26685/udp
- 31685:31685
- 31685:31685/udp
- 36685:36685
- 36685:36685/udp
- 11686:11686
- 11686:11686/udp
- 16686:16686
- 16686:16686/udp
- 26686:26686
- 26686:26686/udp
- 31686:31686
- 31686:31686/udp
- 36686:36686
- 36686:36686/udp
expose:
- 8545
- 5555
@@ -67,8 +67,8 @@ services:
- --beacon.api.port=5555
- --beacon.api=beacon,builder,debug,lighthouse,node,validator,config
- --caplin.discovery.addr=0.0.0.0
- --caplin.discovery.port=16685
- --caplin.discovery.tcpport=16685
- --caplin.discovery.port=16686
- --caplin.discovery.tcpport=16686
- --chain=holesky
- --datadir=/root/.local/share/erigon
- --http
@@ -81,9 +81,9 @@ services:
- --metrics.addr=0.0.0.0
- --metrics.port=6060
- --nat=extip:${IP}
- --p2p.allowed-ports=31685
- --p2p.allowed-ports=36685
- --port=11685
- --p2p.allowed-ports=31686
- --p2p.allowed-ports=36686
- --port=11686
- --prune.mode=full
- --rpc.evmtimeout=${ETHEREUM_HOLESKY_ERIGON3_PRUNED_TRACE_EVMTIMEOUT:-5m0s}
- --rpc.gascap=6000000000
@@ -91,7 +91,7 @@ services:
- --rpc.overlay.replayblocktimeout=${ETHEREUM_HOLESKY_ERIGON3_PRUNED_TRACE_REPLAYBLOCKTIMEOUT:-10s}
- --rpc.returndata.limit=10000000
- --torrent.download.rate=${ETHEREUM_HOLESKY_ERIGON3_PRUNED_TRACE_MAX_DOWNLOAD_RATE:-1000mb}
- --torrent.port=26685
- --torrent.port=26686
- --ws
- --ws.port=8545
restart: unless-stopped

View File

@@ -46,8 +46,8 @@ services:
nofile: 1048576 # Max open files (for RPC/WS connections)
user: root
ports:
- 11993:11993
- 11993:11993/udp
- 11994:11994
- 11994:11994/udp
expose:
- 8545
- 6060
@@ -62,7 +62,7 @@ services:
- --metrics.addr=0.0.0.0
- --metrics.port=6060
- --nat=extip:${IP}
- --port=11993
- --port=11994
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --state.scheme=path
@@ -106,8 +106,8 @@ services:
image: ${ETHEREUM_NIMBUS_IMAGE:-statusim/nimbus-eth2}:${ETHEREUM_HOLESKY_NIMBUS_VERSION:-amd64-v25.7.1}
user: root
ports:
- 16993:16993
- 16993:16993/udp
- 16994:16994
- 16994:16994/udp
expose:
- 3500
entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=holesky --trusted-node-url=https://holesky.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
@@ -121,8 +121,8 @@ services:
- --rest
- --rest-address=0.0.0.0
- --rest-port=3500
- --tcp-port=16993
- --udp-port=16993
- --tcp-port=16994
- --udp-port=16994
- --web3-url=http://ethereum-holesky-geth:8551
restart: unless-stopped
depends_on:

View File

@@ -46,8 +46,8 @@ services:
nofile: 1048576 # Max open files (for RPC/WS connections)
user: root
ports:
- 11993:11993
- 11993:11993/udp
- 11994:11994
- 11994:11994/udp
expose:
- 8545
- 6060
@@ -62,7 +62,7 @@ services:
- --metrics.addr=0.0.0.0
- --metrics.port=6060
- --nat=extip:${IP}
- --port=11993
- --port=11994
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --state.scheme=path
@@ -105,8 +105,8 @@ services:
ethereum-holesky-geth-node:
image: ${ETHEREUM_PRYSM_IMAGE:-prysmaticlabs/prysm-beacon-chain}:${ETHEREUM_HOLESKY_PRYSM_VERSION:-v6.0.4}
ports:
- 16993:16993
- 16993:16993/udp
- 16994:16994
- 16994:16994/udp
expose:
- 3500
command:
@@ -122,8 +122,8 @@ services:
- --monitoring-host=0.0.0.0
- --monitoring-host=0.0.0.0
- --monitoring-port=8080
- --p2p-tcp-port=16993
- --p2p-udp-port=16993
- --p2p-tcp-port=16994
- --p2p-udp-port=16994
- --rpc-host=0.0.0.0
restart: unless-stopped
depends_on:

View File

@@ -47,8 +47,8 @@ services:
memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX)
user: root
ports:
- 13752:13752
- 13752:13752/udp
- 13753:13753
- 13753:13753/udp
expose:
- 8545
- 9001
@@ -57,7 +57,7 @@ services:
command:
- --chain=holesky
- --datadir=/root/.local/share/reth
- --discovery.port=13752
- --discovery.port=13753
- --engine.cross-block-cache-size=${ETHEREUM_HOLESKY_RETH_STATE_CACHE:-4096}
- --engine.memory-block-buffer-target=0
- --engine.persistence-threshold=0
@@ -65,7 +65,7 @@ services:
- --max-outbound-peers=50
- --metrics=0.0.0.0:9001
- --nat=extip:${IP}
- --port=13752
- --port=13753
- --rpc-cache.max-blocks=10000
- --rpc-cache.max-concurrent-db-requests=2048
- --rpc.gascap=600000000
@@ -110,8 +110,8 @@ services:
ethereum-holesky-reth-node:
image: ${ETHEREUM_PRYSM_IMAGE:-prysmaticlabs/prysm-beacon-chain}:${ETHEREUM_HOLESKY_PRYSM_VERSION:-v6.0.4}
ports:
- 18752:18752
- 18752:18752/udp
- 18753:18753
- 18753:18753/udp
expose:
- 3500
command:
@@ -127,8 +127,8 @@ services:
- --monitoring-host=0.0.0.0
- --monitoring-host=0.0.0.0
- --monitoring-port=8080
- --p2p-tcp-port=18752
- --p2p-udp-port=18752
- --p2p-tcp-port=18753
- --p2p-udp-port=18753
- --rpc-host=0.0.0.0
restart: unless-stopped
depends_on:

View File

@@ -47,8 +47,8 @@ services:
memlock: -1 # Disable memory locking limits (for in-memory DBs like MDBX)
user: root
ports:
- 11849:11849
- 11849:11849/udp
- 11850:11850
- 11850:11850/udp
expose:
- 8545
- 9001
@@ -57,7 +57,7 @@ services:
command:
- --chain=holesky
- --datadir=/root/.local/share/reth
- --discovery.port=11849
- --discovery.port=11850
- --engine.cross-block-cache-size=${ETHEREUM_HOLESKY_RETH_STATE_CACHE:-4096}
- --engine.memory-block-buffer-target=0
- --engine.persistence-threshold=0
@@ -66,7 +66,7 @@ services:
- --max-outbound-peers=50
- --metrics=0.0.0.0:9001
- --nat=extip:${IP}
- --port=11849
- --port=11850
- --rpc-cache.max-blocks=10000
- --rpc-cache.max-concurrent-db-requests=2048
- --rpc.gascap=600000000
@@ -111,8 +111,8 @@ services:
ethereum-holesky-reth-pruned-node:
image: ${ETHEREUM_PRYSM_IMAGE:-prysmaticlabs/prysm-beacon-chain}:${ETHEREUM_HOLESKY_PRYSM_VERSION:-v6.0.4}
ports:
- 16849:16849
- 16849:16849/udp
- 16850:16850
- 16850:16850/udp
expose:
- 3500
command:
@@ -128,8 +128,8 @@ services:
- --monitoring-host=0.0.0.0
- --monitoring-host=0.0.0.0
- --monitoring-port=8080
- --p2p-tcp-port=16849
- --p2p-udp-port=16849
- --p2p-tcp-port=16850
- --p2p-udp-port=16850
- --rpc-host=0.0.0.0
restart: unless-stopped
depends_on: