mirror of
https://github.com/tgbot-collection/ytdlbot.git
synced 2024-11-10 17:25:59 +08:00
11 lines
No EOL
307 B
YAML
11 lines
No EOL
307 B
YAML
version: '3.1'
|
|
|
|
services:
|
|
worker:
|
|
image: bennythink/ytdlbot
|
|
env_file:
|
|
- env/ytdl.env
|
|
restart: always
|
|
command: ["/usr/local/bin/supervisord", "-c" ,"/ytdlbot/conf/supervisor_worker.conf"]
|
|
volumes:
|
|
- ./data/instagram.com_cookies.txt:/ytdlbot/ytdlbot/instagram.com_cookies.txt |