Remove redundant traefik definition

This commit is contained in:
Colin Hebert
2023-01-22 10:50:26 +01:00
parent a63cd1171a
commit ec592e72be

View File

@@ -3,8 +3,3 @@ http:
traefik-internal:
rule: Host(`traefik`)
service: api@internal
traefik:
rule: '{{ $s := "traefik" }}{{ range $i, $d := splitList "," (env `NASCOMPOSE_TRAEFIK_DOMAINS`) }}{{ if $i }} || {{end}}Host(`{{ $s }}.{{ $d }}`){{ end }}'
service: api@internal
middlewares:
- authelia@file