From 47939732330a582123790e39ab033b6a5c9383bc Mon Sep 17 00:00:00 2001 From: ITQ Date: Thu, 20 Feb 2025 22:14:06 +0300 Subject: [PATCH] infra: added minio as dep for telegram_bot --- solution/compose.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/solution/compose.yaml b/solution/compose.yaml index 2dba03a..f5abef5 100644 --- a/solution/compose.yaml +++ b/solution/compose.yaml @@ -122,6 +122,10 @@ services: restart: false condition: service_healthy required: true + minio: + restart: false + condition: service_healthy + required: true env_file: - path: ./infrastructure/telegram_bot/.env.template required: true