This commit is contained in:
squidbear
2025-03-30 10:30:43 +02:00
parent 298e6b9636
commit d6e7ac9ab8
8 changed files with 24 additions and 8 deletions

View File

@@ -13,7 +13,8 @@ services:
stop_grace_period: 3m
entrypoint: ["op-reth", "node"]
command:
- --chain=optimism
- --chain=/config/genesis.json
- --port=10114
- --discovery.port=10114
- --rollup.sequencer-http=https://mainnet-sequencer.optimism.org
@@ -38,6 +39,7 @@ services:
- op-mainnet-op-reth-archive-trace:/root/.local/share/reth
- /slowdisk:/slowdisk
- .jwtsecret:/jwtsecret:ro
labels:
- "traefik.enable=true"
- "traefik.http.middlewares.op-mainnet-op-reth-archive-trace-stripprefix.stripprefix.prefixes=/op-mainnet-archive"