Reinstate apps.coopcloud.tech URL
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2022-05-03 16:55:49 +01:00
parent 5cd7c620b1
commit f7c4f5f035
1 changed files with 1 additions and 1 deletions

View File

@ -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"