Browse Source

Fix depends upon in compose healthcheck

Mark Shust 2 năm trước cách đây
mục cha
commit
80704aed00
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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