From 573da345ce533aa75cf57fa7082c511c5016d225 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 4 Dec 2024 08:04:43 +0100 Subject: [PATCH] advertise public ip --- op-bnb-reth-fullnode.yml | 3 ++- op-bnb-reth.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/op-bnb-reth-fullnode.yml b/op-bnb-reth-fullnode.yml index dc0b9540..31f9f064 100644 --- a/op-bnb-reth-fullnode.yml +++ b/op-bnb-reth-fullnode.yml @@ -4,7 +4,7 @@ services: image: ghcr.io/bnb-chain/op-reth:v1.1.0 restart: unless-stopped stop_grace_period: 5m - command: node --datadir=/data --chain=opbnb-mainnet --rollup.sequencer-http=https://opbnb-mainnet-rpc.bnbchain.org --authrpc.addr="0.0.0.0" --authrpc.port=8551 --authrpc.jwtsecret=/jwtsecret --http --http.addr 0.0.0.0 --http.port 8545 --ws --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*' --http.api "debug,eth,net,trace,txpool,web3,rpc,reth" --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth" --http.corsdomain '*' --rpc.max-logs-per-response 1100000 --rpc.gascap 600000000 --port 63815 --discovery.port 63815 --full + command: node --datadir=/data --chain=opbnb-mainnet --rollup.sequencer-http=https://opbnb-mainnet-rpc.bnbchain.org --authrpc.addr="0.0.0.0" --authrpc.port=8551 --authrpc.jwtsecret=/jwtsecret --http --http.addr 0.0.0.0 --http.port 8545 --ws --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*' --http.api "debug,eth,net,trace,txpool,web3,rpc,reth" --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth" --http.corsdomain '*' --rpc.max-logs-per-response 1100000 --rpc.gascap 600000000 --port 63815 --discovery.port 63815 --full --nat extip:${IP} volumes: - .jwtsecret:/jwtsecret - op-bnb-reth-fullnode:/data @@ -38,6 +38,7 @@ services: OP_L2_HOST: op-bnb-reth-fullnode P2P_PRIV_KEY: ${OPBNB_NODE_PRIV_KEY} NETWORK_NAME: mainnet + OP_NODE_P2P_ADVERTISE_IP: ${IP} expose: - 34098 env_file: diff --git a/op-bnb-reth.yml b/op-bnb-reth.yml index d78c463a..7c43c7d5 100644 --- a/op-bnb-reth.yml +++ b/op-bnb-reth.yml @@ -4,7 +4,7 @@ services: image: ghcr.io/bnb-chain/op-reth:v1.1.0 restart: unless-stopped stop_grace_period: 5m - command: node --datadir=/data --chain=opbnb-mainnet --rollup.sequencer-http=https://opbnb-mainnet-rpc.bnbchain.org --authrpc.addr="0.0.0.0" --authrpc.port=8551 --authrpc.jwtsecret=/jwtsecret --http --http.addr 0.0.0.0 --http.port 8545 --ws --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*' --http.api "debug,eth,net,trace,txpool,web3,rpc,reth" --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth" --http.corsdomain '*' --rpc.max-logs-per-response 1100000 --rpc.gascap 600000000 --port 63815 --discovery.port 63815 + command: node --datadir=/data --chain=opbnb-mainnet --rollup.sequencer-http=https://opbnb-mainnet-rpc.bnbchain.org --authrpc.addr="0.0.0.0" --authrpc.port=8551 --authrpc.jwtsecret=/jwtsecret --http --http.addr 0.0.0.0 --http.port 8545 --ws --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*' --http.api "debug,eth,net,trace,txpool,web3,rpc,reth" --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth" --http.corsdomain '*' --rpc.max-logs-per-response 1100000 --rpc.gascap 600000000 --port 63815 --discovery.port 63815 --nat extip:${IP} volumes: - .jwtsecret:/jwtsecret - op-bnb-reth:/data @@ -38,6 +38,7 @@ services: OP_L2_HOST: op-bnb-reth P2P_PRIV_KEY: ${OPBNB_NODE_PRIV_KEY} NETWORK_NAME: mainnet + OP_NODE_P2P_ADVERTISE_IP: ${IP} expose: - 56452 env_file: