avoid unnecessary nested content
This commit is contained in:
8
reverse-proxy/configs/dynamic/traefik.yml
Normal file
8
reverse-proxy/configs/dynamic/traefik.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user