first commit

This commit is contained in:
2024-07-24 23:47:39 +02:00
commit fa1ae5b2e7
5 changed files with 110 additions and 0 deletions

9
docker.env Normal file
View File

@@ -0,0 +1,9 @@
# Set the admin user's login and password
GF_SECURITY_ADMIN_USER=admin
GF_SECURITY_ADMIN_PASSWORD=admin
GF_PATHS_PROVISIONING=/etc/grafana/provisioning
# Enable or disable user signup
GF_USERS_ALLOW_SIGN_UP=false