Browse Source

Fix depends upon in compose healthcheck

Mark Shust 2 years ago
parent
commit
80704aed00
1 changed files with 3 additions and 1 deletions
  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