diff --git a/compose.yml b/compose.yml index 9b9f42a..c558b61 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(`recipes.coopcloud.tech`) && PathPrefix(`/recipes.json`))" + - "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"