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 171a18d commit 86ae053
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version : '3'
services :
mysql :
image : mysql:5.7.42
image : mysql:5.7.44
container_name : quickstart-dev-jwt-auth-mysql
restart : unless-stopped
ports :
Expand All @@ -14,7 +14,7 @@ services :
- TZ=UTC
prometheus :
container_name : quickstart-dev-jwt-auth-prometheus
image : prom/prometheus:v2.47.2
image : prom/prometheus:v2.48.1
volumes :
- ./src/main/docker/prometheus/:/etc/prometheus/
command :
Expand All @@ -24,7 +24,7 @@ services :
network_mode : 'host' # to test locally running service
grafana :
container_name : quickstart-dev-jwt-auth-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 86ae053

Please sign in to comment.