mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
deployment/docker/docker-compose.yml: update Prometheus from v1.18.1 to v1.19.1 and Grafana from v7.0.2 to v7.0.3
This commit is contained in:
parent
5e35b87c3d
commit
8dec17470d
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ version: '3.5'
|
|||
services:
|
||||
prometheus:
|
||||
container_name: prometheus
|
||||
image: prom/prometheus:v2.18.1
|
||||
image: prom/prometheus:v2.19.1
|
||||
depends_on:
|
||||
- "victoriametrics"
|
||||
ports:
|
||||
|
@ -35,7 +35,7 @@ services:
|
|||
restart: always
|
||||
grafana:
|
||||
container_name: grafana
|
||||
image: grafana/grafana:7.0.2
|
||||
image: grafana/grafana:7.0.3
|
||||
entrypoint: >
|
||||
/bin/sh -c "
|
||||
cd /var/lib/grafana &&
|
||||
|
|
Loading…
Reference in a new issue