Fix redirect for tapas-auction-house

This commit is contained in:
Andrei Ciortea 2021-10-21 14:58:20 +02:00
parent 061a76288d
commit 06b418da8e

View File

@ -50,7 +50,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.tapas-auction-house.rule=Host(`tapas-auction-house.${PUB_IP}.nip.io`)" - "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.services.tapas-auction-house.loadbalancer.server.port=8082"
- "traefik.http.routers.tapas-auction-house.tls=true" - "traefik.http.routers.tapas-auction-house.tls=true"
- "traefik.http.routers.tapas-auction-house.entryPoints=web,websecure" - "traefik.http.routers.tapas-auction-house.entryPoints=web,websecure"