Disable Grafana brute force lockout during initial setup
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b298ec12b7
commit
b38b1af872
1 changed files with 1 additions and 0 deletions
|
|
@ -316,6 +316,7 @@ services:
|
|||
- GF_SMTP_FROM_ADDRESS=noreply@performancewest.net
|
||||
- GF_USERS_ALLOW_SIGN_UP=false
|
||||
- GF_AUTH_ANONYMOUS_ENABLED=false
|
||||
- GF_SECURITY_DISABLE_BRUTE_FORCE_LOGIN_PROTECTION=true
|
||||
volumes:
|
||||
- grafana-data:/var/lib/grafana
|
||||
- ./monitoring/grafana-datasources.yml:/etc/grafana/provisioning/datasources/datasources.yml:ro
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue