chore: Removed password auth from traefik as not needed

This commit is contained in:
2026-07-10 22:24:58 +01:00
parent ae34a78a1d
commit 41d93563d0
4 changed files with 5 additions and 12 deletions
-2
View File
@@ -36,8 +36,6 @@ services:
- "traefik.http.routers.traefik.entrypoints=websecure"
- "traefik.http.routers.traefik.service=api@internal"
- "traefik.http.routers.traefik.tls.certresolver=myresolver"
- "traefik.http.routers.traefik.middlewares=traefik-auth"
- "traefik.http.middlewares.traefik-auth.basicauth.users=user:$$2y$$05$$s/vPphFtSO2fWJR7SYkEb.90UwPDRM3aOKqgOF/rme/3fUQ5tvpTS"
restart: unless-stopped
networks: