Remove docker compose
This commit is contained in:
parent
77768ff431
commit
e89ce16f6d
1 changed files with 0 additions and 17 deletions
|
|
@ -1,17 +0,0 @@
|
||||||
version: "3.3"
|
|
||||||
services:
|
|
||||||
bot:
|
|
||||||
build: .
|
|
||||||
environment:
|
|
||||||
- YDB_CONNECTION_STRING
|
|
||||||
- YDB_ACCESS_TOKEN_CREDENTIALS
|
|
||||||
- VK_TOKEN
|
|
||||||
- VK_SECRET_KEY
|
|
||||||
- VK_GROUP_ID
|
|
||||||
- VK_CONFIRMATION_STRING
|
|
||||||
- TG_TOKEN
|
|
||||||
- PORT=8000
|
|
||||||
|
|
||||||
ports:
|
|
||||||
- "127.0.0.1:8888:8000"
|
|
||||||
restart: "unless-stopped"
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue