services/templates/traefik/dynamic_dashboard.yaml

9 lines
190 B
YAML
Raw Normal View History

2022-11-18 15:08:16 +00:00
---
http:
routers:
dashboard:
entryPoints:
- "https"
rule: "Host(`${ROOT_DOMAIN}`) && (PathPrefix(`/api`) || PathPrefix(`/dashboard`))"
service: "api@internal"