infra: added minio as dep for telegram_bot
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user