mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 01:27:38 +00:00
Prometheus/Grafana up versions
This commit is contained in:
parent
4ef541f5dc
commit
35f6598755
@ -16,7 +16,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
image: prom/prometheus:v2.30.2
|
image: prom/prometheus:v2.32.1
|
||||||
user: 1000:1000 # Uses erigon user from Dockerfile
|
user: 1000:1000 # Uses erigon user from Dockerfile
|
||||||
command: --log.level=warn --config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path=/prometheus --web.console.libraries=/usr/share/prometheus/console_libraries --web.console.templates=/usr/share/prometheus/consoles
|
command: --log.level=warn --config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path=/prometheus --web.console.libraries=/usr/share/prometheus/console_libraries --web.console.templates=/usr/share/prometheus/consoles
|
||||||
ports:
|
ports:
|
||||||
@ -27,7 +27,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
image: grafana/grafana:8.2.2
|
image: grafana/grafana:8.3.3
|
||||||
user: 1000:1000 # Uses erigon user from Dockerfile
|
user: 1000:1000 # Uses erigon user from Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
|
Loading…
Reference in New Issue
Block a user