Update docker-compose.yaml

This commit is contained in:
ilyastar9999
2025-12-04 14:05:39 +03:00
parent afcfc564ff
commit 0b48f69969

View File

@@ -73,6 +73,7 @@ services:
SECRET_TOKEN: ${SECRET_TOKEN} SECRET_TOKEN: ${SECRET_TOKEN}
TELEGRAM_BOT_TOKEN: ${TELEGRAM_BOT_TOKEN} TELEGRAM_BOT_TOKEN: ${TELEGRAM_BOT_TOKEN}
TELEGRAM_CHAT_ID: ${TELEGRAM_CHAT_ID} TELEGRAM_CHAT_ID: ${TELEGRAM_CHAT_ID}
CONTROLLER_API: http://controller:8001
depends_on: depends_on:
postgres: postgres:
condition: service_healthy condition: service_healthy