This commit is contained in:
Para Dox
2025-04-12 13:53:54 +07:00
parent 9930a53f6d
commit fccfbd6515
54 changed files with 159 additions and 121 deletions

View File

@@ -54,6 +54,7 @@ services:
- chains
volumes:
- ${LISK_MAINNET_OP_RETH_ARCHIVE_TRACE_DATA:-lisk-mainnet-op-reth-archive-trace}:/root/.local/share/reth
- ./op/mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
labels:
@@ -98,6 +99,7 @@ services:
networks:
- chains
volumes:
- ./op/mainnet:/config
- .jwtsecret:/jwtsecret:ro
volumes:

View File

@@ -55,6 +55,7 @@ services:
- chains
volumes:
- ${LISK_MAINNET_OP_RETH_PRUNED_TRACE_DATA:-lisk-mainnet-op-reth-pruned-trace}:/root/.local/share/reth
- ./op/mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
labels:
@@ -99,6 +100,7 @@ services:
networks:
- chains
volumes:
- ./op/mainnet:/config
- .jwtsecret:/jwtsecret:ro
volumes: