Commit 8ea57f59 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Silencia salida de chequeo de salud

parent a91556da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ services:
      elastic-net:
      metric-net:
    healthcheck:
      test: wget --spider http://localhost:${UI_PORT}
      test: wget --spider --quiet http://localhost:${UI_PORT}
      interval: ${HEALTHCHECK_INTERVAL:-30s}
      timeout: ${HEALTHCHECK_TIMEOUT:-15s}
      retries: ${HEALTHCHECK_RETRIES:-10}