add public ip

This commit is contained in:
Sebastian
2024-11-24 10:51:37 +01:00
parent bd2ef46f9b
commit fb4b769814

View File

@@ -17,7 +17,7 @@ services:
restart: always
user: root
stop_grace_period: 3m
command: node --full --chain base --port 27532 --discovery.port 27532 --rollup.sequencer-http https://mainnet-sequencer.base.org --http --ws --authrpc.addr 0.0.0.0 --authrpc.port 9551 --authrpc.jwtsecret /jwtsecret --http.addr 0.0.0.0 --http.port 8545 --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*' --http.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin" --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin" --http.corsdomain '*' --rpc.max-logs-per-response 1100000 --rpc.gascap 600000000
command: node --full --chain base --port 27532 --discovery.port 27532 --rollup.sequencer-http https://mainnet-sequencer.base.org --http --ws --authrpc.addr 0.0.0.0 --authrpc.port 9551 --authrpc.jwtsecret /jwtsecret --http.addr 0.0.0.0 --http.port 8545 --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*' --http.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin" --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin" --http.corsdomain '*' --rpc.max-logs-per-response 1100000 --rpc.gascap 600000000 --nat extip:$IP
volumes:
- base-reth-fullnode:/root/.local/share/reth/base
- /slowdisk:/slowdisk