Skip to content

Commit

Permalink
change docker image grafana and prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
pelazas committed Apr 28, 2024
1 parent 48c995e commit 0370e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ services:
- "80:80"

prometheus:
image: prom/prometheus
image: ghcr.io/arquisoft/wiq_en2a/prometheus:latest
container_name: prometheus-${teamname:-defaultASW}
profiles: ["dev", "prod"]
networks:
Expand All @@ -144,7 +144,7 @@ services:
- gatewayservice

grafana:
image: grafana/grafana
image: ghcr.io/arquisoft/wiq_en2a/grafana:latest
container_name: grafana-${teamname:-defaultASW}
profiles: ["dev", "prod"]
networks:
Expand Down

0 comments on commit 0370e07

Please sign in to comment.