From 0777f7c008cd26ba1de2b3ea10c7c114e6ac9364 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sun, 8 May 2022 17:43:36 +0100 Subject: [PATCH] Old URL work pls --- compose.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/compose.yml b/compose.yml index fdb8c76..4ecbe8d 100644 --- a/compose.yml +++ b/compose.yml @@ -18,10 +18,13 @@ services: order: start-first labels: - "traefik.enable=true" - - "traefik.http.services.abra-apps-dev.loadbalancer.server.port=8000" - - "traefik.http.routers.abra-apps-dev.rule=Host(`recipes.coopcloud.tech`)" - - "traefik.http.routers.abra-apps-dev.entrypoints=web-secure" - - "traefik.http.routers.abra-apps-dev.tls.certresolver=production" + - "traefik.http.services.abra-recipes.loadbalancer.server.port=8000" + - "traefik.http.routers.abra-recipes.rule=(Host(`dev.apps.coopcloud.tech`)||Host(`recipes.coopcloud.tech`))" + - "traefik.http.routers.abra-recipes.entrypoints=web-secure" + - "traefik.http.routers.abra-recipes.tls.certresolver=production" + - "traefik.http.routers.abra-recipes.middlewares=abra-recipes-redirect" + - "traefik.http.middlewares.abra-recipes-redirect.headers.SSLForceHost=true" + - "traefik.http.middlewares.abra-recipes-redirect.headers.SSLHost=recipes.coopcloud.tech" networks: proxy: