leave for good

This commit is contained in:
Para Dox
2025-05-19 16:52:38 +07:00
parent 6a9ab07495
commit 1818ead761
2 changed files with 14 additions and 20 deletions

View File

@@ -185,26 +185,23 @@ services:
command: command:
- --datadir=/geth - --datadir=/geth
- --gcmode=archive - --gcmode=archive
- --http
- --http.addr=0.0.0.0
- --http.api=eth,net,web3,admin,debug
- --http.port=8545
- --http.vhosts=*
- --maxpeers=50 - --maxpeers=50
- --metrics - --metrics
- --metrics.addr=0.0.0.0 - --metrics.addr=0.0.0.0
- --metrics.port=6060 - --metrics.port=6060
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=12952 - --port=12952
- --rpc
- --rpc.gascap=600000000 - --rpc.gascap=600000000
- --rpc.txfeecap=0 - --rpcaddr=0.0.0.0
- --rpcapi=eth,net,web3,admin,debug
- --rpcport=8545
- --syncmode=full - --syncmode=full
- --vmodule=eth/*=5,miner=4,rpc=5,rollup=4,consensus/clique=1 - --vmodule=eth/*=5,miner=4,rpc=5,rollup=4,consensus/clique=1
- --ws - --ws
- --ws.addr=0.0.0.0 - --wsaddr=0.0.0.0
- --ws.api=eth,net,web3,admin,debug - --wsapi=eth,net,web3,admin,debug
- --ws.origins=* - --wsport=8545
- --ws.port=8545
restart: unless-stopped restart: unless-stopped
stop_grace_period: 5m stop_grace_period: 5m
networks: networks:

View File

@@ -59,26 +59,23 @@ services:
command: command:
- --datadir=/geth - --datadir=/geth
- --gcmode=archive - --gcmode=archive
- --http
- --http.addr=0.0.0.0
- --http.api=eth,net,web3,admin,debug
- --http.port=8545
- --http.vhosts=*
- --maxpeers=50 - --maxpeers=50
- --metrics - --metrics
- --metrics.addr=0.0.0.0 - --metrics.addr=0.0.0.0
- --metrics.port=6060 - --metrics.port=6060
- --nat=extip:${IP} - --nat=extip:${IP}
- --port=12952 - --port=12952
- --rpc
- --rpc.gascap=600000000 - --rpc.gascap=600000000
- --rpc.txfeecap=0 - --rpcaddr=0.0.0.0
- --rpcapi=eth,net,web3,admin,debug
- --rpcport=8545
- --syncmode=full - --syncmode=full
- --vmodule=eth/*=5,miner=4,rpc=5,rollup=4,consensus/clique=1 - --vmodule=eth/*=5,miner=4,rpc=5,rollup=4,consensus/clique=1
- --ws - --ws
- --ws.addr=0.0.0.0 - --wsaddr=0.0.0.0
- --ws.api=eth,net,web3,admin,debug - --wsapi=eth,net,web3,admin,debug
- --ws.origins=* - --wsport=8545
- --ws.port=8545
restart: unless-stopped restart: unless-stopped
stop_grace_period: 5m stop_grace_period: 5m
networks: networks: