Commit a39cbf28 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige estado deseado (verde en lugar de rojo)

parent dd125aa3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ services:
    logging:
      driver: json-file
    healthcheck:
      test: "[[ $$(curl --silent localhost:${PORT}/_cat/health?h=status) =~ ^(red|yellow) ]]"
      test: "[[ $$(curl --silent localhost:${PORT}/_cat/health?h=status) =~ ^(green|yellow) ]]"
      interval: 30s
      timeout: 1m
      retries: 20
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ services:
    logging:
      driver: json-file
    healthcheck:
      test: "[[ $$(curl --silent localhost:${PORT}/_cat/health?h=status) =~ ^(red|yellow) ]]"
      test: "[[ $$(curl --silent localhost:${PORT}/_cat/health?h=status) =~ ^(green|yellow) ]]"
      interval: 30s
      timeout: 1m
      retries: 20
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ services:
    logging:
      driver: json-file
    healthcheck:
      test: "[[ $$(curl --silent localhost:${PORT}/_cat/health?h=status) =~ ^(red|yellow) ]]"
      test: "[[ $$(curl --silent localhost:${PORT}/_cat/health?h=status) =~ ^(green|yellow) ]]"
      interval: 30s
      timeout: 1m
      retries: 20