소스 검색

Fix depends upon in compose healthcheck

Mark Shust 2 년 전
부모
커밋
80704aed00
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      compose/compose.healthcheck.yaml

+ 3 - 1
compose/compose.healthcheck.yaml

@@ -14,8 +14,10 @@ services:
         condition: service_healthy
       redis:
         condition: service_healthy
-      elasticsearch:
+      opensearch:
         condition: service_healthy
+      #elasticsearch:
+      #  condition: service_healthy
       rabbitmq:
         condition: service_healthy