We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6161f4 commit 8e1029eCopy full SHA for 8e1029e
docker/Dockerfile
@@ -29,10 +29,6 @@ COPY internal/metrics/metrics.yaml /pgwatch/metrics/metrics.yaml
29
30
# Admin UI for configuring servers to be monitored
31
EXPOSE 8080
32
-# Gatherer healthcheck port / metric statistics (JSON)
33
-EXPOSE 8081
34
-# Prometheus metrics scraping port
35
-EXPOSE 9187
36
37
# Command to run the executable
38
ENTRYPOINT ["/pgwatch/pgwatch"]
0 commit comments