fix
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
base-mainnet-archive:
|
base-mainnet-archive:
|
||||||
image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${BASE_MAINNET_RETH_VERSION:-v1.3.4}
|
image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${BASE_MAINNET_RETH_VERSION:-v1.3.4}
|
||||||
user: root
|
user: root
|
||||||
ulimits:
|
ulimits:
|
||||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||||
@@ -31,7 +31,7 @@ services:
|
|||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
entrypoint: [/usr/local/bin/op-reth, node]
|
entrypoint: [op-reth, node]
|
||||||
command:
|
command:
|
||||||
- --datadir=/root/.local/share/reth
|
- --datadir=/root/.local/share/reth
|
||||||
- --port=10221
|
- --port=10221
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
base-mainnet:
|
base-mainnet:
|
||||||
image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${BASE_MAINNET_RETH_VERSION:-v1.3.4}
|
image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${BASE_MAINNET_RETH_VERSION:-v1.3.4}
|
||||||
user: root
|
user: root
|
||||||
ulimits:
|
ulimits:
|
||||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||||
@@ -31,7 +31,7 @@ services:
|
|||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
entrypoint: [/usr/local/bin/op-reth, node]
|
entrypoint: [op-reth, node]
|
||||||
command:
|
command:
|
||||||
- --datadir=/root/.local/share/reth
|
- --datadir=/root/.local/share/reth
|
||||||
- --port=10221
|
- --port=10221
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
base-sepolia-archive:
|
base-sepolia-archive:
|
||||||
image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${BASE_SEPOLIA_RETH_VERSION:-v1.3.4}
|
image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${BASE_SEPOLIA_RETH_VERSION:-v1.3.4}
|
||||||
user: root
|
user: root
|
||||||
ulimits:
|
ulimits:
|
||||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||||
@@ -31,7 +31,7 @@ services:
|
|||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
entrypoint: [/usr/local/bin/op-reth, node]
|
entrypoint: [op-reth, node]
|
||||||
command:
|
command:
|
||||||
- --datadir=/root/.local/share/reth
|
- --datadir=/root/.local/share/reth
|
||||||
- --port=10390
|
- --port=10390
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
base-sepolia:
|
base-sepolia:
|
||||||
image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${BASE_SEPOLIA_RETH_VERSION:-v1.3.4}
|
image: ${BASE_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${BASE_SEPOLIA_RETH_VERSION:-v1.3.4}
|
||||||
user: root
|
user: root
|
||||||
ulimits:
|
ulimits:
|
||||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||||
@@ -31,7 +31,7 @@ services:
|
|||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
entrypoint: [/usr/local/bin/op-reth, node]
|
entrypoint: [op-reth, node]
|
||||||
command:
|
command:
|
||||||
- --datadir=/root/.local/share/reth
|
- --datadir=/root/.local/share/reth
|
||||||
- --port=10390
|
- --port=10390
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
lisk-mainnet-archive:
|
lisk-mainnet-archive:
|
||||||
image: ${LISK_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${LISK_MAINNET_RETH_VERSION:-v1.3.4}
|
image: ${LISK_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${LISK_MAINNET_RETH_VERSION:-v1.3.4}
|
||||||
user: root
|
user: root
|
||||||
ulimits:
|
ulimits:
|
||||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||||
@@ -31,7 +31,7 @@ services:
|
|||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
entrypoint: [/usr/local/bin/op-reth, node]
|
entrypoint: [op-reth, node]
|
||||||
command:
|
command:
|
||||||
- --datadir=/root/.local/share/reth
|
- --datadir=/root/.local/share/reth
|
||||||
- --port=10598
|
- --port=10598
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
lisk-mainnet:
|
lisk-mainnet:
|
||||||
image: ${LISK_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${LISK_MAINNET_RETH_VERSION:-v1.3.4}
|
image: ${LISK_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${LISK_MAINNET_RETH_VERSION:-v1.3.4}
|
||||||
user: root
|
user: root
|
||||||
ulimits:
|
ulimits:
|
||||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||||
@@ -31,7 +31,7 @@ services:
|
|||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
entrypoint: [/usr/local/bin/op-reth, node]
|
entrypoint: [op-reth, node]
|
||||||
command:
|
command:
|
||||||
- --datadir=/root/.local/share/reth
|
- --datadir=/root/.local/share/reth
|
||||||
- --port=10598
|
- --port=10598
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
op-mainnet-archive:
|
op-mainnet-archive:
|
||||||
image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${OP_MAINNET_RETH_VERSION:-v1.3.4}
|
image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${OP_MAINNET_RETH_VERSION:-v1.3.4}
|
||||||
user: root
|
user: root
|
||||||
ulimits:
|
ulimits:
|
||||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||||
@@ -31,7 +31,7 @@ services:
|
|||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
entrypoint: [/usr/local/bin/op-reth, node]
|
entrypoint: [op-reth, node]
|
||||||
command:
|
command:
|
||||||
- --datadir=/root/.local/share/reth
|
- --datadir=/root/.local/share/reth
|
||||||
- --port=10114
|
- --port=10114
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
op-mainnet:
|
op-mainnet:
|
||||||
image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${OP_MAINNET_RETH_VERSION:-v1.3.4}
|
image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${OP_MAINNET_RETH_VERSION:-v1.3.4}
|
||||||
user: root
|
user: root
|
||||||
ulimits:
|
ulimits:
|
||||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||||
@@ -31,7 +31,7 @@ services:
|
|||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
entrypoint: [/usr/local/bin/op-reth, node]
|
entrypoint: [op-reth, node]
|
||||||
command:
|
command:
|
||||||
- --datadir=/root/.local/share/reth
|
- --datadir=/root/.local/share/reth
|
||||||
- --port=10114
|
- --port=10114
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
op-sepolia-archive:
|
op-sepolia-archive:
|
||||||
image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${OP_SEPOLIA_RETH_VERSION:-v1.3.4}
|
image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${OP_SEPOLIA_RETH_VERSION:-v1.3.4}
|
||||||
user: root
|
user: root
|
||||||
ulimits:
|
ulimits:
|
||||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||||
@@ -31,7 +31,7 @@ services:
|
|||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
entrypoint: [/usr/local/bin/op-reth, node]
|
entrypoint: [op-reth, node]
|
||||||
command:
|
command:
|
||||||
- --datadir=/root/.local/share/reth
|
- --datadir=/root/.local/share/reth
|
||||||
- --port=10326
|
- --port=10326
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
op-sepolia:
|
op-sepolia:
|
||||||
image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${OP_SEPOLIA_RETH_VERSION:-v1.3.4}
|
image: ${OP_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${OP_SEPOLIA_RETH_VERSION:-v1.3.4}
|
||||||
user: root
|
user: root
|
||||||
ulimits:
|
ulimits:
|
||||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||||
@@ -31,7 +31,7 @@ services:
|
|||||||
|
|
||||||
- .jwtsecret:/jwtsecret:ro
|
- .jwtsecret:/jwtsecret:ro
|
||||||
|
|
||||||
entrypoint: [/usr/local/bin/op-reth, node]
|
entrypoint: [op-reth, node]
|
||||||
command:
|
command:
|
||||||
- --datadir=/root/.local/share/reth
|
- --datadir=/root/.local/share/reth
|
||||||
- --port=10326
|
- --port=10326
|
||||||
|
|||||||
Reference in New Issue
Block a user