mirror of
https://github.com/lalanza808/xmr.sh.git
synced 2025-05-11 02:45:43 -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_TAG=v0.17
|
||||||
EXPLORER_PORT=8081
|
EXPLORER_PORT=8081
|
||||||
|
|
||||||
GRAFANA_TAG=7.3.10
|
GRAFANA_TAG=9.0.0-beta1
|
||||||
|
|
||||||
PROMETHEUS_TAG=v2.22.2
|
PROMETHEUS_TAG=v2.22.2
|
||||||
|
|
|
@ -6,11 +6,9 @@ check_for_updates = false
|
||||||
[auth]
|
[auth]
|
||||||
disable_login_form = true
|
disable_login_form = true
|
||||||
|
|
||||||
|
; [auth.anonymous]
|
||||||
[auth.anonymous]
|
; enabled = true
|
||||||
enabled = true
|
; org_role = Admin
|
||||||
org_role = Admin
|
|
||||||
|
|
||||||
|
|
||||||
[dashboards]
|
[dashboards]
|
||||||
min_refresh_interval = 1m
|
min_refresh_interval = 1m
|
||||||
|
|
|
@ -101,13 +101,13 @@ x-grafana-service: &grafana-service
|
||||||
|
|
||||||
x-prometheus-service: &prometheus-service
|
x-prometheus-service: &prometheus-service
|
||||||
prometheus:
|
prometheus:
|
||||||
user: root
|
#user: root
|
||||||
command:
|
command:
|
||||||
- --config.file=/etc/prometheus/config.yaml
|
- --config.file=/etc/prometheus/config.yaml
|
||||||
- --storage.tsdb.path=/data
|
- --storage.tsdb.path=/data
|
||||||
- --storage.tsdb.retention.time=30d
|
- --storage.tsdb.retention.time=30d
|
||||||
container_name: prometheus
|
container_name: prometheus
|
||||||
image: prom/prometheus:${PROMETHEUS_TAG}
|
image: bitnami/prometheus:${PROMETHEUS_TAG}
|
||||||
volumes:
|
volumes:
|
||||||
- prometheus-data:/data
|
- prometheus-data:/data
|
||||||
- ./config/prometheus/config.yaml:/etc/prometheus/config.yaml:ro
|
- ./config/prometheus/config.yaml:/etc/prometheus/config.yaml:ro
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue