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

@@ -33,7 +33,6 @@ services:
- smtp_password
labels:
traefik.enable: true
traefik.http.routers.smokeping.middlewares: authelia@file
networks:
traefik:

View File

@@ -48,7 +48,6 @@ services:
restart: unless-stopped
labels:
nas-compose.boostrap: true
traefik.http.routers.smokeping.middlewares: authelia@file
portainer:
image: portainer/portainer-ce

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

View File

@@ -49,7 +49,6 @@ services:
restart: unless-stopped
labels:
traefik.enable: true
traefik.http.routers.smokeping.middlewares: authelia@file
networks:
docker: