From 8a9259f40b0c5e3fba02670997941a18a4d52aea Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Thu, 28 Dec 2023 16:15:31 -0300 Subject: [PATCH] Priority++ --- compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yml b/compose.yml index dee5982..e1e3332 100644 --- a/compose.yml +++ b/compose.yml @@ -21,6 +21,7 @@ services: - "traefik.enable=true" - "traefik.http.services.recipes-json.loadbalancer.server.port=80" - "traefik.http.routers.recipes-json.rule=(Host(`recipes.coopcloud.tech`) && PathPrefix(`/recipes.json`))" + - "traefik.http.routers.recipes-json.priority=99" - "traefik.http.routers.recipes-json.entrypoints=web-secure" - "traefik.http.routers.recipes-json.tls.certresolver=production"