fix: correct kitchenowl Traefik router host rule
Some checks failed
Auto-Deploy Changed Stacks / deploy (push) Failing after 13s
Some checks failed
Auto-Deploy Changed Stacks / deploy (push) Failing after 13s
This commit is contained in:
parent
f029a4a84b
commit
3a6ff7d5df
@ -12,7 +12,7 @@ services:
|
||||
- kitchenowl-internal
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.kitchenowl.rule=Host(`kitchenowl.castaldifamily.com`)"
|
||||
- "traefik.http.routers.kitchenowl.rule=Host(`kitchen.castaldifamily.com`)"
|
||||
- "traefik.http.routers.kitchenowl.entrypoints=websecure"
|
||||
- "traefik.http.routers.kitchenowl.tls.certresolver=cloudflare"
|
||||
- "traefik.http.services.kitchenowl.loadbalancer.server.port=80"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user