Selaa lähdekoodia

Fix commented out location of Elasticsearch service in healthcheck #828

Mark Shust 2 vuotta sitten
vanhempi
commit
83c0dfeb41
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      compose/compose.healthcheck.yaml

+ 2 - 2
compose/compose.healthcheck.yaml

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