소스 검색

Fix commented out location of Elasticsearch service in healthcheck #828

Mark Shust 2 년 전
부모
커밋
83c0dfeb41
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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: