From d6e7ac9ab86fe6aed977ea3173b2e891438b9ec1 Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Sun, 30 Mar 2025 10:30:43 +0200 Subject: [PATCH] fix --- op/reth/base-mainnet-op-reth-archive-trace.yml | 4 +++- op/reth/base-mainnet-op-reth-pruned-trace.yml | 4 +++- op/reth/base-sepolia-op-reth-archive-trace.yml | 4 +++- op/reth/base-sepolia-op-reth-pruned-trace.yml | 4 +++- op/reth/op-mainnet-op-reth-archive-trace.yml | 4 +++- op/reth/op-mainnet-op-reth-pruned-trace.yml | 4 +++- op/reth/op-sepolia-op-reth-archive-trace.yml | 4 +++- op/reth/op-sepolia-op-reth-pruned-trace.yml | 4 +++- 8 files changed, 24 insertions(+), 8 deletions(-) diff --git a/op/reth/base-mainnet-op-reth-archive-trace.yml b/op/reth/base-mainnet-op-reth-archive-trace.yml index 09e47c40..4fa6f97b 100644 --- a/op/reth/base-mainnet-op-reth-archive-trace.yml +++ b/op/reth/base-mainnet-op-reth-archive-trace.yml @@ -13,7 +13,8 @@ services: stop_grace_period: 3m entrypoint: ["op-reth", "node"] command: - - --chain=base + + - --chain=/config/genesis.json - --port=10221 - --discovery.port=10221 - --rollup.sequencer-http=https://mainnet-sequencer.base.org @@ -38,6 +39,7 @@ services: - base-mainnet-op-reth-archive-trace:/root/.local/share/reth - /slowdisk:/slowdisk - .jwtsecret:/jwtsecret:ro + labels: - "traefik.enable=true" - "traefik.http.middlewares.base-mainnet-op-reth-archive-trace-stripprefix.stripprefix.prefixes=/base-mainnet-archive" diff --git a/op/reth/base-mainnet-op-reth-pruned-trace.yml b/op/reth/base-mainnet-op-reth-pruned-trace.yml index 5e252b0e..e733c8cd 100644 --- a/op/reth/base-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/base-mainnet-op-reth-pruned-trace.yml @@ -13,7 +13,8 @@ services: stop_grace_period: 3m entrypoint: ["op-reth", "node"] command: - - --chain=base + + - --chain=/config/genesis.json - --port=10759 - --discovery.port=10759 - --rollup.sequencer-http=https://mainnet-sequencer.base.org @@ -38,6 +39,7 @@ services: - base-mainnet-op-reth-pruned-trace:/root/.local/share/reth - /slowdisk:/slowdisk - .jwtsecret:/jwtsecret:ro + labels: - "traefik.enable=true" - "traefik.http.middlewares.base-mainnet-op-reth-pruned-trace-stripprefix.stripprefix.prefixes=/base-mainnet" diff --git a/op/reth/base-sepolia-op-reth-archive-trace.yml b/op/reth/base-sepolia-op-reth-archive-trace.yml index 99da0d40..1bae1385 100644 --- a/op/reth/base-sepolia-op-reth-archive-trace.yml +++ b/op/reth/base-sepolia-op-reth-archive-trace.yml @@ -13,7 +13,8 @@ services: stop_grace_period: 3m entrypoint: ["op-reth", "node"] command: - - --chain=base-sepolia + + - --chain=/config/genesis.json - --port=10390 - --discovery.port=10390 - --rollup.sequencer-http=https://sepolia-sequencer.base.org @@ -38,6 +39,7 @@ services: - base-sepolia-op-reth-archive-trace:/root/.local/share/reth - /slowdisk:/slowdisk - .jwtsecret:/jwtsecret:ro + labels: - "traefik.enable=true" - "traefik.http.middlewares.base-sepolia-op-reth-archive-trace-stripprefix.stripprefix.prefixes=/base-sepolia-archive" diff --git a/op/reth/base-sepolia-op-reth-pruned-trace.yml b/op/reth/base-sepolia-op-reth-pruned-trace.yml index 6d7c0e05..568ae03b 100644 --- a/op/reth/base-sepolia-op-reth-pruned-trace.yml +++ b/op/reth/base-sepolia-op-reth-pruned-trace.yml @@ -13,7 +13,8 @@ services: stop_grace_period: 3m entrypoint: ["op-reth", "node"] command: - - --chain=base-sepolia + + - --chain=/config/genesis.json - --port=10147 - --discovery.port=10147 - --rollup.sequencer-http=https://sepolia-sequencer.base.org @@ -38,6 +39,7 @@ services: - base-sepolia-op-reth-pruned-trace:/root/.local/share/reth - /slowdisk:/slowdisk - .jwtsecret:/jwtsecret:ro + labels: - "traefik.enable=true" - "traefik.http.middlewares.base-sepolia-op-reth-pruned-trace-stripprefix.stripprefix.prefixes=/base-sepolia" diff --git a/op/reth/op-mainnet-op-reth-archive-trace.yml b/op/reth/op-mainnet-op-reth-archive-trace.yml index ca2590c1..0042cce0 100644 --- a/op/reth/op-mainnet-op-reth-archive-trace.yml +++ b/op/reth/op-mainnet-op-reth-archive-trace.yml @@ -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" diff --git a/op/reth/op-mainnet-op-reth-pruned-trace.yml b/op/reth/op-mainnet-op-reth-pruned-trace.yml index 944d759d..d65721e3 100644 --- a/op/reth/op-mainnet-op-reth-pruned-trace.yml +++ b/op/reth/op-mainnet-op-reth-pruned-trace.yml @@ -13,7 +13,8 @@ services: stop_grace_period: 3m entrypoint: ["op-reth", "node"] command: - - --chain=optimism + + - --chain=/config/genesis.json - --port=10985 - --discovery.port=10985 - --rollup.sequencer-http=https://mainnet-sequencer.optimism.org @@ -38,6 +39,7 @@ services: - op-mainnet-op-reth-pruned-trace:/root/.local/share/reth - /slowdisk:/slowdisk - .jwtsecret:/jwtsecret:ro + labels: - "traefik.enable=true" - "traefik.http.middlewares.op-mainnet-op-reth-pruned-trace-stripprefix.stripprefix.prefixes=/op-mainnet" diff --git a/op/reth/op-sepolia-op-reth-archive-trace.yml b/op/reth/op-sepolia-op-reth-archive-trace.yml index cce1b398..535dabd0 100644 --- a/op/reth/op-sepolia-op-reth-archive-trace.yml +++ b/op/reth/op-sepolia-op-reth-archive-trace.yml @@ -13,7 +13,8 @@ services: stop_grace_period: 3m entrypoint: ["op-reth", "node"] command: - - --chain=op-sepolia + + - --chain=/config/genesis.json - --port=10326 - --discovery.port=10326 - --rollup.sequencer-http=https://sepolia-sequencer.optimism.org @@ -38,6 +39,7 @@ services: - op-sepolia-op-reth-archive-trace:/root/.local/share/reth - /slowdisk:/slowdisk - .jwtsecret:/jwtsecret:ro + labels: - "traefik.enable=true" - "traefik.http.middlewares.op-sepolia-op-reth-archive-trace-stripprefix.stripprefix.prefixes=/op-sepolia-archive" diff --git a/op/reth/op-sepolia-op-reth-pruned-trace.yml b/op/reth/op-sepolia-op-reth-pruned-trace.yml index 2688c7b9..b6c8e80b 100644 --- a/op/reth/op-sepolia-op-reth-pruned-trace.yml +++ b/op/reth/op-sepolia-op-reth-pruned-trace.yml @@ -13,7 +13,8 @@ services: stop_grace_period: 3m entrypoint: ["op-reth", "node"] command: - - --chain=op-sepolia + + - --chain=/config/genesis.json - --port=10442 - --discovery.port=10442 - --rollup.sequencer-http=https://sepolia-sequencer.optimism.org @@ -38,6 +39,7 @@ services: - op-sepolia-op-reth-pruned-trace:/root/.local/share/reth - /slowdisk:/slowdisk - .jwtsecret:/jwtsecret:ro + labels: - "traefik.enable=true" - "traefik.http.middlewares.op-sepolia-op-reth-pruned-trace-stripprefix.stripprefix.prefixes=/op-sepolia"