Fix over-eager behaviour

This commit is contained in:
Colin Hebert
2023-01-16 17:14:09 +01:00
parent 54d2bb3550
commit 2aabfe668b
4 changed files with 1 additions and 8 deletions

View File

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