diff --git a/compose.yaml b/compose.yaml index 022be3a..468ed3a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -40,6 +40,8 @@ services: - "traefik.http.routers.dashboard.service=api@internal" - "traefik.http.routers.dashboard.tls=true" - "traefik.http.routers.dashboard.tls.certresolver=le" + - "traefik.http.middlewares.dashboard-auth.basicauth.users=admin:$$apr1$$XHYvA6xP$$nol8TiAhcTXeMqcJjtDuv1" + - "traefik.http.routers.dashboard.middlewares=dashboard-auth" server: build: