infra: added minio as dep for telegram_bot

This commit is contained in:
ITQ
2025-02-20 22:14:06 +03:00
parent 90c6c7c045
commit 4793973233
+4
View File
@@ -122,6 +122,10 @@ services:
restart: false restart: false
condition: service_healthy condition: service_healthy
required: true required: true
minio:
restart: false
condition: service_healthy
required: true
env_file: env_file:
- path: ./infrastructure/telegram_bot/.env.template - path: ./infrastructure/telegram_bot/.env.template
required: true required: true