mirror of
https://github.com/ItsDrike/network-monitor.git
synced 2024-11-09 19:49:42 +00:00
Separate graphana credentials into auth.env
This commit is contained in:
parent
ec3f3217d3
commit
38aa4f2188
|
@ -40,6 +40,7 @@ services:
|
||||||
- 3030:3000
|
- 3030:3000
|
||||||
env_file:
|
env_file:
|
||||||
- ./grafana/config.monitoring
|
- ./grafana/config.monitoring
|
||||||
|
- ./grafana/auth.env
|
||||||
networks:
|
networks:
|
||||||
- back-tier
|
- back-tier
|
||||||
- front-tier
|
- front-tier
|
||||||
|
|
2
grafana/auth.env
Normal file
2
grafana/auth.env
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
GF_SECURITY_ADMIN_USER=admin
|
||||||
|
GF_SECURITY_ADMIN_PASSWORD=admin
|
|
@ -1,3 +1,2 @@
|
||||||
GF_SECURITY_ADMIN_PASSWORD=admin
|
|
||||||
GF_USERS_ALLOW_SIGN_UP=false
|
GF_USERS_ALLOW_SIGN_UP=false
|
||||||
GF_INSTALL_PLUGINS=flant-statusmap-panel,ae3e-plotly-panel
|
GF_INSTALL_PLUGINS=flant-statusmap-panel,ae3e-plotly-panel
|
||||||
|
|
Loading…
Reference in a new issue