Skip to content

Commit

Permalink
Updated prometheus, pushgateway and grafana images to match production
Browse files Browse the repository at this point in the history
  • Loading branch information
cmraible committed Nov 7, 2024
1 parent 2eb1fdf commit 61d2a0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
restart: always
prometheus:
profiles: [monitoring]
image: prom/prometheus:v2.30.3
image: prom/prometheus:v2.53.2
container_name: ghost-prometheus
ports:
- "9090:9090"
Expand All @@ -37,7 +37,7 @@ services:
- ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
grafana:
profiles: [monitoring]
image: grafana/grafana:8.2.3
image: grafana/grafana:10.4.0
container_name: ghost-grafana
ports:
- "3000:3000"
Expand All @@ -50,7 +50,7 @@ services:
- ./grafana/dashboards:/var/lib/grafana/dashboards
pushgateway:
profiles: [monitoring]
image: prom/pushgateway:v1.6.0
image: prom/pushgateway:v1.10.0
container_name: ghost-pushgateway
ports:
- "9091:9091"
Expand Down

0 comments on commit 61d2a0f

Please sign in to comment.