mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
prometheus version up
This commit is contained in:
parent
eb07ad89dd
commit
3313eedb1c
@ -22,7 +22,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
prometheus:
|
||||
image: prom/prometheus:v2.33.3
|
||||
image: prom/prometheus:v2.33.5
|
||||
user: 1000: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:
|
||||
@ -33,7 +33,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana:8.4.0
|
||||
image: grafana/grafana:8.4.4
|
||||
user: 1000:1000 # Uses erigon user from Dockerfile
|
||||
ports:
|
||||
- "3000:3000"
|
||||
|
Loading…
Reference in New Issue
Block a user