Skip to content

Commit

Permalink
Abertura puerto Grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
UO289337 committed Apr 28, 2024
1 parent 4a488a7 commit 1b83db9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
workdir: gatewayservice/monitoring/grafana
- run: |
docker run -d -p 9191:9191 arquisoft/wiq_es2c/gatewayservice/monitoring/grafana
deploy:
name: Deploy over SSH
runs-on: ubuntu-latest
Expand Down
5 changes: 4 additions & 1 deletion gatewayservice/monitoring/grafana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ RUN chown -R nonroot:nonroot ./

COPY provisioning ./provisioning

USER nonroot
USER nonroot

# Expose the port that Grafana server listens on
EXPOSE 9191

0 comments on commit 1b83db9

Please sign in to comment.