Reinstate apps.coopcloud.tech URL
This commit is contained in:
parent
5cd7c620b1
commit
f7c4f5f035
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue