From f7d738cf22e3c18e1ebbf7807277ff2f49581515 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sun, 9 Mar 2025 18:47:16 +0000 Subject: [PATCH] fix (service): rm 2FA grafana as not supported --- services/grafana/docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/grafana/docker-compose.yml b/services/grafana/docker-compose.yml index 8de0c58..891c632 100644 --- a/services/grafana/docker-compose.yml +++ b/services/grafana/docker-compose.yml @@ -40,8 +40,6 @@ services: environment: - GF_SECURITY_ADMIN_PASSWORD=${GRAFANA_PASSWORD} - GF_USERS_ALLOW_SIGN_UP=false - - GF_AUTH_MULTI_FACTOR_AUTHENTICATION_ENABLED=true - - GF_AUTH_MULTI_FACTOR_WEBAUTHN_ENABLED=true ports: - "3000:3000" # For local testing; remove in production with nginx networks: