fix: remove redundant middleware from convertx service configuration

This commit is contained in:
nathan 2026-04-29 09:57:49 -04:00
parent 456909c447
commit 443fbba7ad

View File

@ -25,7 +25,7 @@ services:
- "traefik.http.routers.convertx.tls=true"
- "traefik.http.routers.convertx.tls.certresolver=cloudflare"
- "traefik.http.services.convertx.loadbalancer.server.port=3000"
- "traefik.http.routers.convertx.middlewares=security-headers@file,authentik-auth@file"
- "traefik.http.routers.convertx.middlewares=authentik-auth@file"
networks:
proxy-net: