From c16f878d30115e49cab8c3a747c84a6503d181c6 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Thu, 27 Jan 2022 11:56:40 +0100 Subject: [PATCH] add recipes (temp link for now) --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 0535c17..09e8603 100644 --- a/compose.yml +++ b/compose.yml @@ -20,7 +20,7 @@ services: labels: - "traefik.enable=true" - "traefik.http.services.recipes.loadbalancer.server.port=80" - - "traefik.http.routers.recipes.rule=Host(`apps.coopcloud.tech`)" + - "traefik.http.routers.recipes.rule=Host(`apps.coopcloud.tech`, `recipes.coopcloud.tech`)" - "traefik.http.routers.recipes.entrypoints=web-secure" - "traefik.http.routers.recipes.tls.certresolver=production"