Commit 01d796c9 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige valor de puerto por defecto

parent 821bf75c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
DATA_SOURCE_NAME=postgresql://user:pass@hostname:5432/dbname
PG_EXPORTER_WEB_LISTEN_ADDRESS=9187
PG_EXPORTER_WEB_LISTEN_ADDRESS=:9187
PG_EXPORTER_WEB_TELEMETRY_PATH=/metrics
PG_EXPORTER_DISABLE_DEFAULT_METRICS=false
PG_EXPORTER_DISABLE_SETTINGS_METRICS=false
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ services:
      - postgres-net
      - metric-net
    healthcheck:
      test: wget --spider -q http://localhost:${PG_EXPORTER_WEB_LISTEN_ADDRESS}
      test: wget --spider -q http://localhost${PG_EXPORTER_WEB_LISTEN_ADDRESS}
      interval: 30s
      timeout: 10s
      retries: 3