Skip to content

Commit

Permalink
chore: upgrade compose service versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriidenisenko committed Sep 2, 2024
1 parent 7f8860f commit 9bd25d4
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.48.1
image : prom/prometheus:v2.54.1
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:10.2.2
image : grafana/grafana:11.2.0
volumes :
- ./src/main/docker/grafana/provisioning/:/etc/grafana/provisioning/
environment :
Expand Down

0 comments on commit 9bd25d4

Please sign in to comment.