This commit is contained in:
Para Dox
2025-04-13 17:52:13 +07:00
parent 4b14f4b589
commit 6df1ca59d5
173 changed files with 1256 additions and 1256 deletions

View File

@@ -19,8 +19,8 @@ services:
nofile: 1048576 # Max open files (for RPC/WS connections)
user: root
ports:
- 10067:10067
- 10067:10067/udp
- 12067:12067
- 12067:12067/udp
expose:
- 8545
- 8551
@@ -36,7 +36,7 @@ services:
- --gcmode=archive
- --maxpeers=50
- --nat=extip:${IP}
- --port=10067
- --port=12067
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --state.scheme=hash
@@ -76,8 +76,8 @@ services:
mantle-mainnet-archive-node:
image: ${MANTLE_NODE_IMAGE:-mantlenetworkio/mantle-node}:${MANTLE_MAINNET_NODE_VERSION:-v1.1.1}
ports:
- 15067:15067
- 15067:15067/udp
- 17067:17067
- 17067:17067/udp
environment:
- OP_NODE_INDEXER_ENABLE=true
- OP_NODE_INDEXER_SOCKET=da-indexer-api.mantle.xyz:443
@@ -97,8 +97,8 @@ services:
- OP_NODE_P2P_ADVERTISE_IP=${IP}
- OP_NODE_P2P_AGENT=mantle
- OP_NODE_P2P_LISTEN_IP=0.0.0.0
- OP_NODE_P2P_LISTEN_TCP_PORT=15067
- OP_NODE_P2P_LISTEN_UDP_PORT=15067
- OP_NODE_P2P_LISTEN_TCP_PORT=17067
- OP_NODE_P2P_LISTEN_UDP_PORT=17067
- OP_NODE_P2P_STATIC_PEERS=/dns4/peer0.mantle.xyz/tcp/9003/p2p/16Uiu2HAmKVKzUAns2gLhZAz1PYcbnhY3WpxNxUZYeTN1x29tNBAW,/dns4/peer1.mantle.xyz/tcp/9003/p2p/16Uiu2HAm1AiZtVp8f5C8LvpSTAXC6GtwqAVKnB3VLawWYSEBmcFN,/dns4/peer2.mantle.xyz/tcp/9003/p2p/16Uiu2HAm2UHVKiPXpovs8VbbUQVPr7feBAqBJdFsH1z5XDiLEvHT
- OP_NODE_RPC_ADDR=0.0.0.0
- OP_NODE_RPC_PORT=8545