Skip to content

Commit

Permalink
Quitada exposición de puertos
Browse files Browse the repository at this point in the history
  • Loading branch information
UO289337 committed Apr 28, 2024
1 parent 019be28 commit 628fa61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions gatewayservice/monitoring/grafana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ RUN chown -R nonroot:nonroot ./

COPY provisioning ./provisioning

USER nonroot

# Expose the port that Grafana server listens on
EXPOSE 9191
USER nonroot
5 changes: 1 addition & 4 deletions gatewayservice/monitoring/prometheus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ RUN chown -R nonroot:nonroot ./

COPY prometheus.yml ./

USER nonroot

# Expose the port that Prometheus server listens on
EXPOSE 9090
USER nonroot

0 comments on commit 628fa61

Please sign in to comment.