Skip to content

Commit

Permalink
Merge pull request Arquisoft#225 from Arquisoft/monitoring
Browse files Browse the repository at this point in the history
Deployment changes for making grafana work
  • Loading branch information
sergiollende authored Apr 27, 2024
2 parents 5030958 + 9d94b74 commit 4ab2545
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,7 @@ jobs:
command: |
wget https://raw.githubusercontent.com/arquisoft/wiq_en3a/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_en3a/master/.env
git clone https://github.com/Arquisoft/wiq_en3a.git
mv ./wiq_en3a/gatewayservice .
docker compose --profile prod down
docker compose --profile prod up -d --pull always
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
prometheus:
image: prom/prometheus
container_name: prometheus-${teamname:-defaultASW}
profiles: ["dev"]
profiles: ["dev", "prod"]
networks:
- mynetwork
volumes:
Expand All @@ -82,7 +82,7 @@ services:
grafana:
image: grafana/grafana
container_name: grafana-${teamname:-defaultASW}
profiles: ["dev"]
profiles: ["dev", "prod"]
networks:
- mynetwork
volumes:
Expand Down

0 comments on commit 4ab2545

Please sign in to comment.