Merged two bots into one
This commit is contained in:
parent
68f1750beb
commit
480503d770
7 changed files with 177 additions and 181 deletions
|
|
@ -1,10 +1,7 @@
|
|||
version: "3.3"
|
||||
services:
|
||||
vk:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
- VERSION=vk
|
||||
bot:
|
||||
build: .
|
||||
environment:
|
||||
- YDB_CONNECTION_STRING
|
||||
- YDB_ACCESS_TOKEN_CREDENTIALS
|
||||
|
|
@ -12,17 +9,8 @@ services:
|
|||
- VK_SECRET_KEY
|
||||
- VK_GROUP_ID
|
||||
- VK_CONFIRMATION_STRING
|
||||
- TG_TOKEN
|
||||
|
||||
ports:
|
||||
- "127.0.0.1:8888:8000"
|
||||
restart: "always"
|
||||
telegram:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
- VERSION=telegram
|
||||
environment:
|
||||
- YDB_CONNECTION_STRING
|
||||
- YDB_ACCESS_TOKEN_CREDENTIALS
|
||||
- TG_TOKEN
|
||||
restart: "always"
|
||||
restart: "unless-stopped"
|
||||
Loading…
Add table
Add a link
Reference in a new issue