mirror of
https://github.com/tgbot-collection/ytdlbot.git
synced 2025-02-24 15:24:03 +08:00
worker.yml
This commit is contained in:
parent
1ec02d3664
commit
ad77c65513
1 changed files with 11 additions and 0 deletions
11
worker.yml
Normal file
11
worker.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
version: '3.1'
|
||||
|
||||
services:
|
||||
worker:
|
||||
image: bennythink/ytdlbot
|
||||
env_file:
|
||||
- env/ytdl.env
|
||||
restart: always
|
||||
command: [ "python" ,"tasks.py" ]
|
||||
volumes:
|
||||
- ./data/instagram.com_cookies.txt:/ytdlbot/ytdlbot/instagram.com_cookies.txt
|
Loading…
Reference in a new issue