Sfoglia il codice sorgente

Fix commented out location of Elasticsearch service in healthcheck #828

Mark Shust 2 anni fa
parent
commit
83c0dfeb41
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      compose/compose.healthcheck.yaml

+ 2 - 2
compose/compose.healthcheck.yaml

@@ -16,10 +16,10 @@ services:
         condition: service_healthy
         condition: service_healthy
       opensearch:
       opensearch:
         condition: service_healthy
         condition: service_healthy
-      #elasticsearch:
-      #  condition: service_healthy
       rabbitmq:
       rabbitmq:
         condition: service_healthy
         condition: service_healthy
+      #elasticsearch:
+      #  condition: service_healthy
 
 
   db:
   db:
     healthcheck:
     healthcheck: