From e8a71958492124f055675e78f628e18fefab9a23 Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Wed, 20 Apr 2022 20:09:59 +0100 Subject: [PATCH] both --- environment/uat/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment/uat/docker-compose.yml b/environment/uat/docker-compose.yml index ca1e050..22df4a7 100644 --- a/environment/uat/docker-compose.yml +++ b/environment/uat/docker-compose.yml @@ -50,8 +50,8 @@ services: - "traefik.enable=true" # API service forwards requests to container port 8080 - "traefik.http.services.api.loadbalancer.server.port=8080" - # Expose api at https://api.uat.retropilot.org - - "traefik.http.routers.api.rule=Host(`api.uat.retropilot.org`)" + # Expose api at https://api.uat.retropilot.org and https://uat.api.retropilot.org + - "traefik.http.routers.api.rule=Host(`api.uat.retropilot.org`) || Host(`uat.api.retropilot.org`)" - "traefik.http.routers.api.entrypoints=websecure" - "traefik.http.routers.api.service=api@docker" - "traefik.http.routers.api.tls=true"