This commit is contained in:
Artem Tsyrulnikov
2026-01-18 13:59:47 +03:00
parent d8202e1141
commit 62e8f98429
62 changed files with 156 additions and 190 deletions

View File

@@ -39,7 +39,8 @@ services:
tg_bot:
build:
context: telegram_bot
context: .
dockerfile: tg_bot/Dockerfile
depends_on:
- backend
environment:
@@ -50,7 +51,8 @@ services:
tg_parser:
build:
context: tg_parser
context: .
dockerfile: tg_parser/Dockerfile
depends_on:
- postgres
environment: