Commit 0fc8722a authored by Noel Alonso's avatar Noel Alonso
Browse files

Corrige ruta para comprobar salud del servicio

parent adb09bbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ services:
      - traefik-net
      - kafka-net
    healthcheck:
      test: wget --spider -S -t 3 http://localhost:${MICROSERVICE_PORT}/api/${MICROSERVICE_NAME}/actuator/health
      test: wget --spider -S -t 3 http://localhost:${MICROSERVICE_PORT}/api/notification/actuator/health
      interval: 30s
      timeout: 10s
      retries: 3