From 06b418da8e4903ce6e278b8ae2454214cf69f325 Mon Sep 17 00:00:00 2001 From: Andrei Ciortea Date: Thu, 21 Oct 2021 14:58:20 +0200 Subject: [PATCH] Fix redirect for tapas-auction-house --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index b4c85e2..0081933 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -50,7 +50,7 @@ services: labels: - "traefik.enable=true" - "traefik.http.routers.tapas-auction-house.rule=Host(`tapas-auction-house.${PUB_IP}.nip.io`)" - - "traefik.http.routers.tapas-auction-house.service=tapas-tasks" + - "traefik.http.routers.tapas-auction-house.service=tapas-auction-house" - "traefik.http.services.tapas-auction-house.loadbalancer.server.port=8082" - "traefik.http.routers.tapas-auction-house.tls=true" - "traefik.http.routers.tapas-auction-house.entryPoints=web,websecure"