This commit is contained in:
Para Dox
2025-04-11 17:57:52 +07:00
parent 9afff9d756
commit 613a536432
10 changed files with 20 additions and 20 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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