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,14 +19,14 @@ services:
nofile: 1048576 # Max open files (for RPC/WS connections)
user: root
ports:
- 10670:10670
- 10670:10670/udp
- 14670:14670
- 14670:14670/udp
expose:
- 8545
- 8546
environment:
EXTIP: ${IP}
P2P_PORT: 10670
P2P_PORT: 14670
command:
- --gcmode=archive
- --rpcapi=eth,debug,net,db,admin,web3

View File

@@ -19,14 +19,14 @@ services:
nofile: 1048576 # Max open files (for RPC/WS connections)
user: root
ports:
- 10670:10670
- 10670:10670/udp
- 14670:14670
- 14670:14670/udp
expose:
- 8545
- 8546
environment:
EXTIP: ${IP}
P2P_PORT: 10670
P2P_PORT: 14670
command:
- --gcmode=full
- --rpcapi=eth,debug,net,db,admin,web3

View File

@@ -19,14 +19,14 @@ services:
nofile: 1048576 # Max open files (for RPC/WS connections)
user: root
ports:
- 10254:10254
- 10254:10254/udp
- 12254:12254
- 12254:12254/udp
expose:
- 8545
- 8546
environment:
EXTIP: ${IP}
P2P_PORT: 10254
P2P_PORT: 12254
command:
- --gcmode=archive
- --rpcapi=eth,debug,net,db,admin,web3

View File

@@ -19,14 +19,14 @@ services:
nofile: 1048576 # Max open files (for RPC/WS connections)
user: root
ports:
- 10254:10254
- 10254:10254/udp
- 12254:12254
- 12254:12254/udp
expose:
- 8545
- 8546
environment:
EXTIP: ${IP}
P2P_PORT: 10254
P2P_PORT: 12254
command:
- --gcmode=full
- --rpcapi=eth,debug,net,db,admin,web3