From 04ef2d887f766469f706daa6f85bd8bdaef974f9 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 6 Jun 2024 07:41:45 +0200 Subject: [PATCH] fix --- taiko-hekla.yml | 16 ++++++++-------- taiko.yml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/taiko-hekla.yml b/taiko-hekla.yml index 60189c8f..cdbb9f25 100644 --- a/taiko-hekla.yml +++ b/taiko-hekla.yml @@ -1,5 +1,5 @@ services: - taiko: + taiko-hekla: image: us-docker.pkg.dev/evmchain/images/taiko-geth:latest restart: unless-stopped pull_policy: always @@ -39,16 +39,16 @@ services: --maxpendpeers 0 labels: - "traefik.enable=true" - - "traefik.http.middlewares.taiko-mainnet-stripprefix.stripprefix.prefixes=/taiko-mainnet" - - "traefik.http.services.taiko-mainnet.loadbalancer.server.port=8545" - - "traefik.http.routers.taiko-mainnet.entrypoints=websecure" - - "traefik.http.routers.taiko-mainnet.tls.certresolver=myresolver" - - "traefik.http.routers.taiko-mainnet.rule=Host(`$DOMAIN`) && PathPrefix(`/taiko-mainnet`)" - - "traefik.http.routers.taiko-mainnet.middlewares=taiko-mainnet-stripprefix, ipwhitelist" + - "traefik.http.middlewares.taiko-hekla-stripprefix.stripprefix.prefixes=/taiko-hekla" + - "traefik.http.services.taiko-hekla.loadbalancer.server.port=8545" + - "traefik.http.routers.taiko-hekla.entrypoints=websecure" + - "traefik.http.routers.taiko-hekla.tls.certresolver=myresolver" + - "traefik.http.routers.taiko-hekla.rule=Host(`$DOMAIN`) && PathPrefix(`/taiko-hekla`)" + - "traefik.http.routers.taiko-hekla.middlewares=taiko-hekla-stripprefix, ipwhitelist" networks: - chains - taiko_client_driver: + taiko-hekla-client-driver: image: us-docker.pkg.dev/evmchain/images/taiko-client:latest pull_policy: always restart: unless-stopped diff --git a/taiko.yml b/taiko.yml index aca330eb..33ff38f7 100644 --- a/taiko.yml +++ b/taiko.yml @@ -47,7 +47,7 @@ services: networks: - chains - taiko_client_driver: + taiko-client-driver: image: us-docker.pkg.dev/evmchain/images/taiko-client:taiko-client-v0.25.0 restart: unless-stopped depends_on: