prometheus version up

This commit is contained in:
alex.sharov 2022-03-28 08:20:06 +07:00
parent eb07ad89dd
commit 3313eedb1c

View File

@ -22,7 +22,7 @@ services:
restart: unless-stopped restart: unless-stopped
prometheus: prometheus:
image: prom/prometheus:v2.33.3 image: prom/prometheus:v2.33.5
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 --storage.tsdb.retention.time=150d --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 --storage.tsdb.retention.time=150d --web.console.libraries=/usr/share/prometheus/console_libraries --web.console.templates=/usr/share/prometheus/consoles
ports: ports:
@ -33,7 +33,7 @@ services:
restart: unless-stopped restart: unless-stopped
grafana: grafana:
image: grafana/grafana:8.4.0 image: grafana/grafana:8.4.4
user: 1000:1000 # Uses erigon user from Dockerfile user: 1000:1000 # Uses erigon user from Dockerfile
ports: ports:
- "3000:3000" - "3000:3000"