Initial commit
This commit is contained in:
commit
cb6b795b69
2 changed files with 11 additions and 0 deletions
3
.env
Normal file
3
.env
Normal file
|
@ -0,0 +1,3 @@
|
|||
APP_ID=111
|
||||
APP_HASH=111
|
||||
TOKEN=370FXI
|
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
version: '3.1'
|
||||
|
||||
services:
|
||||
ytdl:
|
||||
image: bennythink/ytdlbot
|
||||
restart: always
|
||||
volumes:
|
||||
- ./data/vnstat/:/var/lib/vnstat/
|
Loading…
Reference in a new issue