Skip to content

Commit

Permalink
Cambio para que funcione Prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
UO289337 committed Apr 29, 2024
1 parent 6fd8d0d commit e29a4c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ jobs:
user: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
command: |
cp -r ../gatewayservice/monitoring /home/azureuser/gatewayservice/monitoring
wget https://raw.githubusercontent.com/arquisoft/wiq_es2c/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es2c/master/.env -O .env
docker compose --profile prod down
Expand Down
2 changes: 1 addition & 1 deletion gatewayservice/monitoring/prometheus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN addgroup -S nonroot \

RUN chown -R nonroot:nonroot ./

COPY prometheus.yml /etc/prometheus/prometheus.yml
COPY prometheus.yml ./

USER nonroot

Expand Down

0 comments on commit e29a4c2

Please sign in to comment.