Skip to content

Commit

Permalink
chore: upgrade docker-compose service versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Denysenko committed Dec 19, 2023
1 parent 25d95ce commit a4a6f50
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.47.2
image : prom/prometheus:v2.48.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.0
image : grafana/grafana:10.2.2
volumes :
- ./src/main/docker/grafana/provisioning/:/etc/grafana/provisioning/
environment :
Expand Down

0 comments on commit a4a6f50

Please sign in to comment.