Files
nas-compose/services/reverse-proxy/configs/dynamic/traefik.yml
Colin Hebert e5d26012e3 Add TODOs
2023-02-11 11:30:46 +11:00

9 lines
294 B
YAML

http:
#TODO: Convert to inline configuration for traefik
# Allows internal services to use `http://traefik/` to use the traefik interface.
# Useful for tools like Heimdall which use the traefik API.
routers:
traefik-internal:
rule: Host(`traefik`)
service: api@internal