ytdlbot/worker.yml

11 lines
307 B
YAML
Raw Normal View History

2021-12-30 14:45:36 +08:00
version: '3.1'
services:
worker:
image: bennythink/ytdlbot
env_file:
- env/ytdl.env
restart: always
2022-01-25 09:32:42 +08:00
command: ["/usr/local/bin/supervisord", "-c" ,"/ytdlbot/conf/supervisor_worker.conf"]
2021-12-30 14:45:36 +08:00
volumes:
- ./data/instagram.com_cookies.txt:/ytdlbot/ytdlbot/instagram.com_cookies.txt