fix
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
services:
|
||||
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
|
||||
ulimits:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
entrypoint: [/usr/local/bin/op-reth, node]
|
||||
entrypoint: [op-reth, node]
|
||||
command:
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --port=10221
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
services:
|
||||
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
|
||||
ulimits:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
entrypoint: [/usr/local/bin/op-reth, node]
|
||||
entrypoint: [op-reth, node]
|
||||
command:
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --port=10221
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
services:
|
||||
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
|
||||
ulimits:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
entrypoint: [/usr/local/bin/op-reth, node]
|
||||
entrypoint: [op-reth, node]
|
||||
command:
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --port=10390
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
services:
|
||||
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
|
||||
ulimits:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
entrypoint: [/usr/local/bin/op-reth, node]
|
||||
entrypoint: [op-reth, node]
|
||||
command:
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --port=10390
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
services:
|
||||
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
|
||||
ulimits:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
entrypoint: [/usr/local/bin/op-reth, node]
|
||||
entrypoint: [op-reth, node]
|
||||
command:
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --port=10598
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
services:
|
||||
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
|
||||
ulimits:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
entrypoint: [/usr/local/bin/op-reth, node]
|
||||
entrypoint: [op-reth, node]
|
||||
command:
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --port=10598
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
services:
|
||||
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
|
||||
ulimits:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
entrypoint: [/usr/local/bin/op-reth, node]
|
||||
entrypoint: [op-reth, node]
|
||||
command:
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --port=10114
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
services:
|
||||
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
|
||||
ulimits:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
entrypoint: [/usr/local/bin/op-reth, node]
|
||||
entrypoint: [op-reth, node]
|
||||
command:
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --port=10114
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
services:
|
||||
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
|
||||
ulimits:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
entrypoint: [/usr/local/bin/op-reth, node]
|
||||
entrypoint: [op-reth, node]
|
||||
command:
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --port=10326
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
services:
|
||||
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
|
||||
ulimits:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
|
||||
- .jwtsecret:/jwtsecret:ro
|
||||
|
||||
entrypoint: [/usr/local/bin/op-reth, node]
|
||||
entrypoint: [op-reth, node]
|
||||
command:
|
||||
- --datadir=/root/.local/share/reth
|
||||
- --port=10326
|
||||
|
||||
Reference in New Issue
Block a user