mirror of
https://github.com/netfun2000/hipudding-teslamate.git
synced 2026-02-27 09:44:28 +08:00
feat: use Grafana 11.0.0 (#3895)
This commit is contained in:
+1
-2
@@ -1,6 +1,6 @@
|
||||
# Ensure selecting a tag that is available for arm/v7, arm64, and amd64
|
||||
# https://hub.docker.com/r/grafana/grafana/tags
|
||||
FROM grafana/grafana:10.4.2
|
||||
FROM grafana/grafana:11.0.0
|
||||
|
||||
ENV GF_ANALYTICS_REPORTING_ENABLED=false \
|
||||
GF_AUTH_ANONYMOUS_ENABLED=false \
|
||||
@@ -9,7 +9,6 @@ ENV GF_ANALYTICS_REPORTING_ENABLED=false \
|
||||
GF_SECURITY_ADMIN_USER=admin \
|
||||
GF_SECURITY_ALLOW_EMBEDDING=true \
|
||||
GF_SECURITY_DISABLE_GRAVATAR=true \
|
||||
GF_SECURITY_ANGULAR_SUPPORT_ENABLED=false \
|
||||
GF_USERS_ALLOW_SIGN_UP=false \
|
||||
DATABASE_PORT=5432 \
|
||||
DATABASE_SSL_MODE=disable
|
||||
|
||||
Reference in New Issue
Block a user