This commit is contained in:
Para Dox
2025-04-12 13:13:40 +07:00
parent a549aadb5b
commit 360b4effb8
169 changed files with 1492 additions and 1492 deletions

View File

@@ -4,6 +4,7 @@
services:
lisk-mainnet-archive:
image: ${LISK_RETH_IMAGE:-ghcr.io/paradigmxyz/op-reth}:${LISK_MAINNET_RETH_VERSION:-v1.3.8}
entrypoint: [op-reth, node]
command:
- --authrpc.addr=0.0.0.0
- --authrpc.jwtsecret=/jwtsecret
@@ -26,7 +27,6 @@ services:
- --ws.api=admin,debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev
- --ws.origins=*
- --ws.port=8545
entrypoint: [op-reth, node]
restart: unless-stopped
user: root
stop_grace_period: 5m
@@ -68,15 +68,6 @@ services:
lisk-mainnet-archive-node:
image: ${LISK_NODE_IMAGE:-us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node}:${LISK_MAINNET_NODE_VERSION:-v1.13.1}
entrypoint: [op-node]
restart: unless-stopped
networks:
- chains
ports:
- 15598:15598
- 15598:15598/udp
volumes:
- .jwtsecret:/jwtsecret:ro
environment:
- OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
@@ -99,6 +90,15 @@ services:
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
- OP_NODE_SYNCMODE=consensus-layer
- OP_NODE_VERIFIER_L1_CONFS=0
entrypoint: [op-node]
restart: unless-stopped
networks:
- chains
ports:
- 15598:15598
- 15598:15598/udp
volumes:
- .jwtsecret:/jwtsecret:ro
volumes:
lisk-mainnet-op-reth-archive-trace: