mirror of
https://github.com/lalanza808/xmr.sh.git
synced 2025-05-10 17:25:01 -04:00
update grafana and prometheus
This commit is contained in:
parent
fba7d4c8aa
commit
8dd1927677
3 changed files with 6 additions and 8 deletions
2
.env
2
.env
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue