fix
This commit is contained in:
@@ -13,27 +13,26 @@ services:
|
|||||||
- "10752:10752"
|
- "10752:10752"
|
||||||
- "10752:10752/udp"
|
- "10752:10752/udp"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
entrypoint: ["reth" "node"]
|
entrypoint: ["reth", "node"]
|
||||||
command: >
|
command:
|
||||||
- --chain holesky
|
- --chain=holesky
|
||||||
- --rpc-max-connections 429496729
|
- --metrics=0.0.0.0:9001
|
||||||
- --metrics 0.0.0.0:9001
|
|
||||||
- --http
|
- --http
|
||||||
- --http.addr 0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.port 8545
|
- --http.port=8545
|
||||||
- --ws
|
- --ws
|
||||||
- --ws.addr 0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.port 8545
|
- --ws.port=8545
|
||||||
- --ws.origins '*'
|
- --ws.origins=*
|
||||||
- --port 10752
|
- --port=10752
|
||||||
- --discovery.port 10752
|
- --discovery.port=10752
|
||||||
- --authrpc.addr 0.0.0.0
|
- --authrpc.addr=0.0.0.0
|
||||||
- --authrpc.jwtsecret /jwtsecret
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
- --http.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin"
|
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
|
||||||
- --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin"
|
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
|
||||||
- --http.corsdomain '*'
|
- --http.corsdomain=*
|
||||||
- --rpc.max-logs-per-response 1100000
|
- --rpc.max-logs-per-response=1100000
|
||||||
- --rpc.gascap 600000000
|
- --rpc.gascap=600000000
|
||||||
|
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
@@ -13,27 +13,26 @@ services:
|
|||||||
- "10849:10849"
|
- "10849:10849"
|
||||||
- "10849:10849/udp"
|
- "10849:10849/udp"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
entrypoint: ["reth" "node"]
|
entrypoint: ["reth", "node"]
|
||||||
command: >
|
command:
|
||||||
- --chain holesky
|
- --chain=holesky
|
||||||
- --rpc-max-connections 429496729
|
- --metrics=0.0.0.0:9001
|
||||||
- --metrics 0.0.0.0:9001
|
|
||||||
- --http
|
- --http
|
||||||
- --http.addr 0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.port 8545
|
- --http.port=8545
|
||||||
- --ws
|
- --ws
|
||||||
- --ws.addr 0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.port 8545
|
- --ws.port=8545
|
||||||
- --ws.origins '*'
|
- --ws.origins=*
|
||||||
- --port 10849
|
- --port=10849
|
||||||
- --discovery.port 10849
|
- --discovery.port=10849
|
||||||
- --authrpc.addr 0.0.0.0
|
- --authrpc.addr=0.0.0.0
|
||||||
- --authrpc.jwtsecret /jwtsecret
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
- --http.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin"
|
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
|
||||||
- --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin"
|
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
|
||||||
- --http.corsdomain '*'
|
- --http.corsdomain=*
|
||||||
- --rpc.max-logs-per-response 1100000
|
- --rpc.max-logs-per-response=1100000
|
||||||
- --rpc.gascap 600000000
|
- --rpc.gascap=600000000
|
||||||
- --full
|
- --full
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
@@ -13,27 +13,26 @@ services:
|
|||||||
- "10563:10563"
|
- "10563:10563"
|
||||||
- "10563:10563/udp"
|
- "10563:10563/udp"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
entrypoint: ["reth" "node"]
|
entrypoint: ["reth", "node"]
|
||||||
command: >
|
command:
|
||||||
- --chain mainnet
|
- --chain=mainnet
|
||||||
- --rpc-max-connections 429496729
|
- --metrics=0.0.0.0:9001
|
||||||
- --metrics 0.0.0.0:9001
|
|
||||||
- --http
|
- --http
|
||||||
- --http.addr 0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.port 8545
|
- --http.port=8545
|
||||||
- --ws
|
- --ws
|
||||||
- --ws.addr 0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.port 8545
|
- --ws.port=8545
|
||||||
- --ws.origins '*'
|
- --ws.origins=*
|
||||||
- --port 10563
|
- --port=10563
|
||||||
- --discovery.port 10563
|
- --discovery.port=10563
|
||||||
- --authrpc.addr 0.0.0.0
|
- --authrpc.addr=0.0.0.0
|
||||||
- --authrpc.jwtsecret /jwtsecret
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
- --http.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin"
|
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
|
||||||
- --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin"
|
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
|
||||||
- --http.corsdomain '*'
|
- --http.corsdomain=*
|
||||||
- --rpc.max-logs-per-response 1100000
|
- --rpc.max-logs-per-response=1100000
|
||||||
- --rpc.gascap 600000000
|
- --rpc.gascap=600000000
|
||||||
|
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
@@ -13,27 +13,26 @@ services:
|
|||||||
- "10150:10150"
|
- "10150:10150"
|
||||||
- "10150:10150/udp"
|
- "10150:10150/udp"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
entrypoint: ["reth" "node"]
|
entrypoint: ["reth", "node"]
|
||||||
command: >
|
command:
|
||||||
- --chain mainnet
|
- --chain=mainnet
|
||||||
- --rpc-max-connections 429496729
|
- --metrics=0.0.0.0:9001
|
||||||
- --metrics 0.0.0.0:9001
|
|
||||||
- --http
|
- --http
|
||||||
- --http.addr 0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.port 8545
|
- --http.port=8545
|
||||||
- --ws
|
- --ws
|
||||||
- --ws.addr 0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.port 8545
|
- --ws.port=8545
|
||||||
- --ws.origins '*'
|
- --ws.origins=*
|
||||||
- --port 10150
|
- --port=10150
|
||||||
- --discovery.port 10150
|
- --discovery.port=10150
|
||||||
- --authrpc.addr 0.0.0.0
|
- --authrpc.addr=0.0.0.0
|
||||||
- --authrpc.jwtsecret /jwtsecret
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
- --http.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin"
|
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
|
||||||
- --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin"
|
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
|
||||||
- --http.corsdomain '*'
|
- --http.corsdomain=*
|
||||||
- --rpc.max-logs-per-response 1100000
|
- --rpc.max-logs-per-response=1100000
|
||||||
- --rpc.gascap 600000000
|
- --rpc.gascap=600000000
|
||||||
- --full
|
- --full
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
@@ -13,27 +13,26 @@ services:
|
|||||||
- "10330:10330"
|
- "10330:10330"
|
||||||
- "10330:10330/udp"
|
- "10330:10330/udp"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
entrypoint: ["reth" "node"]
|
entrypoint: ["reth", "node"]
|
||||||
command: >
|
command:
|
||||||
- --chain sepolia
|
- --chain=sepolia
|
||||||
- --rpc-max-connections 429496729
|
- --metrics=0.0.0.0:9001
|
||||||
- --metrics 0.0.0.0:9001
|
|
||||||
- --http
|
- --http
|
||||||
- --http.addr 0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.port 8545
|
- --http.port=8545
|
||||||
- --ws
|
- --ws
|
||||||
- --ws.addr 0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.port 8545
|
- --ws.port=8545
|
||||||
- --ws.origins '*'
|
- --ws.origins=*
|
||||||
- --port 10330
|
- --port=10330
|
||||||
- --discovery.port 10330
|
- --discovery.port=10330
|
||||||
- --authrpc.addr 0.0.0.0
|
- --authrpc.addr=0.0.0.0
|
||||||
- --authrpc.jwtsecret /jwtsecret
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
- --http.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin"
|
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
|
||||||
- --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin"
|
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
|
||||||
- --http.corsdomain '*'
|
- --http.corsdomain=*
|
||||||
- --rpc.max-logs-per-response 1100000
|
- --rpc.max-logs-per-response=1100000
|
||||||
- --rpc.gascap 600000000
|
- --rpc.gascap=600000000
|
||||||
|
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
@@ -13,27 +13,26 @@ services:
|
|||||||
- "10150:10150"
|
- "10150:10150"
|
||||||
- "10150:10150/udp"
|
- "10150:10150/udp"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
entrypoint: ["reth" "node"]
|
entrypoint: ["reth", "node"]
|
||||||
command: >
|
command:
|
||||||
- --chain sepolia
|
- --chain=sepolia
|
||||||
- --rpc-max-connections 429496729
|
- --metrics=0.0.0.0:9001
|
||||||
- --metrics 0.0.0.0:9001
|
|
||||||
- --http
|
- --http
|
||||||
- --http.addr 0.0.0.0
|
- --http.addr=0.0.0.0
|
||||||
- --http.port 8545
|
- --http.port=8545
|
||||||
- --ws
|
- --ws
|
||||||
- --ws.addr 0.0.0.0
|
- --ws.addr=0.0.0.0
|
||||||
- --ws.port 8545
|
- --ws.port=8545
|
||||||
- --ws.origins '*'
|
- --ws.origins=*
|
||||||
- --port 10150
|
- --port=10150
|
||||||
- --discovery.port 10150
|
- --discovery.port=10150
|
||||||
- --authrpc.addr 0.0.0.0
|
- --authrpc.addr=0.0.0.0
|
||||||
- --authrpc.jwtsecret /jwtsecret
|
- --authrpc.jwtsecret=/jwtsecret
|
||||||
- --http.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin"
|
- --http.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
|
||||||
- --ws.api "debug,eth,net,trace,txpool,web3,rpc,reth,admin"
|
- --ws.api=debug,eth,net,trace,txpool,web3,rpc,reth,admin
|
||||||
- --http.corsdomain '*'
|
- --http.corsdomain=*
|
||||||
- --rpc.max-logs-per-response 1100000
|
- --rpc.max-logs-per-response=1100000
|
||||||
- --rpc.gascap 600000000
|
- --rpc.gascap=600000000
|
||||||
- --full
|
- --full
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
Reference in New Issue
Block a user