Skip to content

Commit

Permalink
chore: upgrade docker images for underlying services
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Denysenko committed Oct 25, 2023
1 parent f38c379 commit b486f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services :

prometheus :
container_name : webflux-vaadin-chat-prometheus
image : prom/prometheus:v2.44.0
image : prom/prometheus:v2.47.2
volumes :
- ./src/main/docker/prometheus/:/etc/prometheus/
command :
Expand All @@ -13,7 +13,7 @@ services :
network_mode : 'host' # to test locally running service
grafana :
container_name : webflux-vaadin-chat-grafana
image : grafana/grafana:9.5.2
image : grafana/grafana:10.2.0
volumes :
- ./src/main/docker/grafana/provisioning/:/etc/grafana/provisioning/
environment :
Expand Down

0 comments on commit b486f24

Please sign in to comment.