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 5780707 commit 9f9cf92
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 @@ -15,7 +15,7 @@ services :
- '15672:15672'
prometheus :
container_name : quickstart-amqp-dev-consuming-hello-prometheus
image : prom/prometheus:v2.48.1
image : prom/prometheus:v2.54.1
volumes :
- ./src/main/docker/prometheus/:/etc/prometheus/
command :
Expand All @@ -25,7 +25,7 @@ services :
network_mode : 'host' # to test locally running service
grafana :
container_name : quickstart-amqp-dev-consuming-hello-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 9f9cf92

Please sign in to comment.