ytdlbot/worker.yml
2021-12-30 14:45:36 +08:00

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