updates Grafana and Prometheus

This commit is contained in:
Leon Morten Richter 2022-08-05 15:50:18 +02:00
parent 515b930c38
commit 1d9f69b3c0
No known key found for this signature in database
GPG key ID: DC00D426A10A6E2B
4 changed files with 5 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
tmp
.idea/
mktxp/mktxp.conf
.vscode

View file

@ -123,6 +123,7 @@ server {
include ssl/self-signed.conf;
location / {
proxy_set_header Host $http_host;
proxy_pass http://grafana:3000/;
}
}

View file

@ -9,7 +9,7 @@ services:
# Prometheus
# https://github.com/stefanprodan/dockprom
prometheus:
image: prom/prometheus:v2.28.1
image: prom/prometheus:v2.37.0
container_name: prometheus
volumes:
- ./prometheus:/etc/prometheus
@ -26,7 +26,7 @@ services:
# Grafana
# https://github.com/stefanprodan/dockprom
grafana:
image: grafana/grafana:8.0.4
image: grafana/grafana:9.0.6
container_name: grafana
volumes:
- grafana_data:/var/lib/grafana

View file

@ -3,6 +3,7 @@ server {
listen [::]:80;
location / {
proxy_set_header Host $http_host;
proxy_pass http://grafana:3000/;
}
}