mirror of
https://github.com/omg-xtao/ytdlbot.git
synced 2024-11-16 11:52:14 +00:00
11 lines
255 B
YAML
11 lines
255 B
YAML
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 |