This repository has been archived on 2024-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
flow-packer/files/traefik/dynamic_dashboard.yaml

10 lines
204 B
YAML
Raw Normal View History

2022-04-18 20:45:56 +01:00
---
http:
routers:
dashboard:
entryPoints:
- "https"
rule: "Host(`${ROOT_DOMAIN}`) && (PathPrefix(`/api`) || PathPrefix(`/dashboard`))"
2022-04-18 20:45:56 +01:00
service: "api@internal"
tls: {}