mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
grafana version up (#8276)
This commit is contained in:
parent
87efdbd535
commit
d5e64132e3
@ -72,7 +72,7 @@ services:
|
||||
|
||||
|
||||
prometheus:
|
||||
image: prom/prometheus:v2.46.0
|
||||
image: prom/prometheus:v2.47.0
|
||||
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" ]
|
||||
@ -82,7 +82,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana:10.0.5
|
||||
image: grafana/grafana:10.1.2
|
||||
user: "472:0" # required for grafana version >= 7.3
|
||||
ports: [ "3000:3000" ]
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user