This commit is contained in:
ITQ
2025-03-03 18:11:38 +03:00
parent 49e7928250
commit 38b89ea643
4 changed files with 36 additions and 3 deletions
+8
View File
@@ -22,6 +22,10 @@ services:
restart: false
condition: service_healthy
required: true
checker:
restart: false
condition: service_healthy
required: true
env_file:
- path: ./infrastructure/backend/.env.template
required: true
@@ -384,6 +388,10 @@ services:
restart: false
condition: service_completed_successfully
required: true
minio:
restart: false
condition: service_healthy
required: true
env_file:
- path: ./infrastructure/checker/.env.template
required: true