mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Bumping up our Grafana/Prom dev docker image (#24337)
We were using 8.x version of Grafana which was quite old. Pinning Prom image to latest stable as well following our other images. ```release-note NONE ```
This commit is contained in:
parent
e2a5293e2e
commit
5fc794eb17
@ -113,13 +113,13 @@ services:
|
||||
volumes:
|
||||
- "./docker/keycloak:/setup"
|
||||
prometheus:
|
||||
image: "prom/prometheus"
|
||||
image: "prom/prometheus:v2.46.0"
|
||||
volumes:
|
||||
- "./docker/prometheus${IS_LINUX}.yml:/etc/prometheus/prometheus.yml"
|
||||
networks:
|
||||
- mm-test
|
||||
grafana:
|
||||
image: "grafana/grafana"
|
||||
image: "grafana/grafana:10.0.3"
|
||||
volumes:
|
||||
- "./docker/grafana/grafana.ini:/etc/grafana/grafana.ini"
|
||||
- "./docker/grafana/provisioning:/etc/grafana/provisioning"
|
||||
|
Loading…
Reference in New Issue
Block a user