classic where classic belongs

This commit is contained in:
Para Dox
2025-05-03 18:02:00 +07:00
parent 12c72587e6
commit 4eedfa81e0
11 changed files with 464 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ services:
- chains
volumes:
- ${OP_MAINNET_OP_RETH_ARCHIVE_TRACE_DATA:-op-mainnet-op-reth-archive-trace}:/root/.local/share/reth
- ./op/op/mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
labels:
@@ -129,6 +130,7 @@ services:
networks:
- chains
volumes:
- ./op/op/mainnet:/config
- .jwtsecret:/jwtsecret:ro
volumes:

View File

@@ -81,6 +81,7 @@ services:
- chains
volumes:
- ${OP_MAINNET_OP_RETH_MINIMAL_TRACE_DATA:-op-mainnet-op-reth-minimal-trace}:/root/.local/share/reth
- ./op/op/mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
labels:
@@ -129,6 +130,7 @@ services:
networks:
- chains
volumes:
- ./op/op/mainnet:/config
- .jwtsecret:/jwtsecret:ro
volumes:

View File

@@ -82,6 +82,7 @@ services:
- chains
volumes:
- ${OP_MAINNET_OP_RETH_PRUNED_TRACE_DATA:-op-mainnet-op-reth-pruned-trace}:/root/.local/share/reth
- ./op/op/mainnet:/config
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
labels:
@@ -130,6 +131,7 @@ services:
networks:
- chains
volumes:
- ./op/op/mainnet:/config
- .jwtsecret:/jwtsecret:ro
volumes: