update grafana and prometheus

This commit is contained in:
vdo 2022-06-01 10:00:26 +01:00
parent fba7d4c8aa
commit 8dd1927677
3 changed files with 6 additions and 8 deletions

2
.env
View file

@ -20,6 +20,6 @@ TOR_HTTP_PORT=80
EXPLORER_TAG=v0.17
EXPLORER_PORT=8081
GRAFANA_TAG=7.3.10
GRAFANA_TAG=9.0.0-beta1
PROMETHEUS_TAG=v2.22.2

View file

@ -6,11 +6,9 @@ check_for_updates = false
[auth]
disable_login_form = true
[auth.anonymous]
enabled = true
org_role = Admin
; [auth.anonymous]
; enabled = true
; org_role = Admin
[dashboards]
min_refresh_interval = 1m

View file

@ -101,13 +101,13 @@ x-grafana-service: &grafana-service
x-prometheus-service: &prometheus-service
prometheus:
user: root
#user: root
command:
- --config.file=/etc/prometheus/config.yaml
- --storage.tsdb.path=/data
- --storage.tsdb.retention.time=30d
container_name: prometheus
image: prom/prometheus:${PROMETHEUS_TAG}
image: bitnami/prometheus:${PROMETHEUS_TAG}
volumes:
- prometheus-data:/data
- ./config/prometheus/config.yaml:/etc/prometheus/config.yaml:ro