From 4d48c17e3fdbf15fe1c1c096b98336c734aa8b50 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:39:47 +0200 Subject: [PATCH] fix traefik --- base-sepolia.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/base-sepolia.yml b/base-sepolia.yml index f7f66072..13a0bd16 100644 --- a/base-sepolia.yml +++ b/base-sepolia.yml @@ -40,12 +40,12 @@ services: - "OP_NODE_L2_ENGINE_AUTH=/tmp/engine-auth-jwt" labels: - "traefik.enable=true" - - "traefik.http.middlewares.base-stripprefix.stripprefix.prefixes=/base-sepolia" - - "traefik.http.services.base.loadbalancer.server.port=8545" - - "traefik.http.routers.base.entrypoints=websecure" - - "traefik.http.routers.base.tls.certresolver=myresolver" - - "traefik.http.routers.base.rule=Host(`$DOMAIN`) && PathPrefix(`/base-sepolia`)" - - "traefik.http.routers.base.middlewares=base-stripprefix, ipwhitelist" + - "traefik.http.middlewares.base-sepolia-stripprefix.stripprefix.prefixes=/base-sepolia" + - "traefik.http.services.base-sepolia.loadbalancer.server.port=8545" + - "traefik.http.routers.base-sepolia.entrypoints=websecure" + - "traefik.http.routers.base-sepolia.tls.certresolver=myresolver" + - "traefik.http.routers.base-sepolia.rule=Host(`$DOMAIN`) && PathPrefix(`/base-sepolia`)" + - "traefik.http.routers.base-sepolia.middlewares=base-stripprefix, ipwhitelist" networks: - chains