From abc0d3a75af51be846235e301a8cb81540c3e717 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Thu, 23 Jun 2022 13:13:13 +0100 Subject: [PATCH] fix: don't clobber traefik router name --- compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose.yml b/compose.yml index c558b61..0c62655 100644 --- a/compose.yml +++ b/compose.yml @@ -19,10 +19,10 @@ services: order: start-first labels: - "traefik.enable=true" - - "traefik.http.services.recipes.loadbalancer.server.port=80" - - "traefik.http.routers.recipes.rule=Host(`apps.coopcloud.tech`) || (Host(`recipes.coopcloud.tech`) && PathPrefix(`/recipes.json`))" - - "traefik.http.routers.recipes.entrypoints=web-secure" - - "traefik.http.routers.recipes.tls.certresolver=production" + - "traefik.http.services.recipes-json.loadbalancer.server.port=80" + - "traefik.http.routers.recipes-json.rule=Host(`apps.coopcloud.tech`) || (Host(`recipes.coopcloud.tech`) && PathPrefix(`/recipes.json`))" + - "traefik.http.routers.recipes-json.entrypoints=web-secure" + - "traefik.http.routers.recipes-json.tls.certresolver=production" configs: abra_recipes_json: