Skip to content

Commit

Permalink
Added prod profile to prometheus and grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Mario committed Apr 18, 2024
1 parent 1664dd5 commit 47cb8df
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 @@ -113,7 +113,7 @@
prometheus:
image: prom/prometheus
container_name: prometheus-${teamname:-defaultASW}
profiles: ["dev"]
profiles: ["dev", "prod"]
networks:
- mynetwork
volumes:
Expand All @@ -127,7 +127,7 @@
grafana:
image: grafana/grafana
container_name: grafana-${teamname:-defaultASW}
profiles: ["dev"]
profiles: ["dev", "prod"]
networks:
- mynetwork
volumes:
Expand Down

0 comments on commit 47cb8df

Please sign in to comment.