up grafana (#6156)

This commit is contained in:
Alex Sharov 2022-11-30 11:14:25 +07:00 committed by GitHub
parent 0f53bd9e93
commit 61ebb61e96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ services:
prometheus:
image: prom/prometheus:v2.39.1
image: prom/prometheus:v2.40.4
user: ${DOCKER_UID:-1000}:${DOCKER_GID:-1000} # Uses erigon user from Dockerfile
command: --log.level=warn --config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path=/prometheus --storage.tsdb.retention.time=150d --web.console.libraries=/usr/share/prometheus/console_libraries --web.console.templates=/usr/share/prometheus/consoles
ports: [ "9090:9090" ]
@ -77,7 +77,7 @@ services:
restart: unless-stopped
grafana:
image: grafana/grafana:9.2.3
image: grafana/grafana:9.3.0
user: "472:0" # required for grafana version >= 7.3
ports: [ "3000:3000" ]
volumes: