Commit 53e670be authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Simplifica comando healthcheck y salida

parent c0fe3895
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ services:
      kafka-net:
      traefik-net:
    healthcheck:
      test: wget --spider -S -t 1 http://localhost:${PORT}
      test: wget --spider -nv http://localhost:${PORT}
      interval: ${HEALTHCHECK_INTERVAL:-30s}
      timeout: ${HEALTHCHECK_TIMEOUT:-10s}
      retries: ${HEALTHCHECK_RETRIES:-5}