Commit 33cb08f4 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Omite healthcheck por fallo con licencia

parent d5fc8b14
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@ services:
      - ELASTIC_USER
      - ELASTIC_USER_PASS
      - ELASTIC_USER_ROLE
    healthcheck:
      test: >
        status=$$(curl --write-out %{http_code} --silent --output /dev/null -u "${ELASTIC_USER}:${ELASTIC_USER_PASS}" localhost:${PORT1}/_cluster/health);
        [ "$${status}" -eq "200" ] || [ "$${status}" -eq "401" ]
      timeout: 10s
      retries: 3
      start_period: 2m
    #healthcheck:
      #test: >
        #status=$$(curl --write-out %{http_code} --silent --output /dev/null -u "${ELASTIC_USER}:${ELASTIC_USER_PASS}" localhost:${PORT1}/_cluster/health);
        #[ "$${status}" -eq "200" ] || [ "$${status}" -eq "401" ]
      #timeout: 10s
      #retries: 3
      #start_period: 2m

networks:
  elastic-net:
+7 −7
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@ services:
      - ELASTIC_USER
      - ELASTIC_USER_PASS
      - ELASTIC_USER_ROLE
    healthcheck:
      test: >
        status=$$(curl --write-out %{http_code} --silent --output /dev/null -u "${ELASTIC_USER}:${ELASTIC_USER_PASS}" localhost:${PORT1}/_cluster/health);
        [ "$${status}" -eq "200" ] || [ "$${status}" -eq "401" ]
      timeout: 10s
      retries: 3
      start_period: 2m
    #healthcheck:
      #test: >
        #status=$$(curl --write-out %{http_code} --silent --output /dev/null -u "${ELASTIC_USER}:${ELASTIC_USER_PASS}" localhost:${PORT1}/_cluster/health);
        #[ "$${status}" -eq "200" ] || [ "$${status}" -eq "401" ]
      #timeout: 10s
      #retries: 3
      #start_period: 2m

networks:
  elastic-net:
+7 −7
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@ services:
      - ELASTIC_USER
      - ELASTIC_USER_PASS
      - ELASTIC_USER_ROLE
    healthcheck:
      test: >
        status=$$(curl --write-out %{http_code} --silent --output /dev/null -u "${ELASTIC_USER}:${ELASTIC_USER_PASS}" localhost:${PORT1}/_cluster/health);
        [ "$${status}" -eq "200" ] || [ "$${status}" -eq "401" ]
      timeout: 10s
      retries: 3
      start_period: 2m
    #healthcheck:
      #test: >
        #status=$$(curl --write-out %{http_code} --silent --output /dev/null -u "${ELASTIC_USER}:${ELASTIC_USER_PASS}" localhost:${PORT1}/_cluster/health);
        #[ "$${status}" -eq "200" ] || [ "$${status}" -eq "401" ]
      #timeout: 10s
      #retries: 3
      #start_period: 2m

networks:
  elastic-net: