refactor
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user