ytdlbot/worker.yml

17 lines
431 B
YAML
Raw Normal View History

2021-12-30 06:45:36 +00:00
version: '3.1'
services:
worker:
image: bennythink/ytdlbot
env_file:
- env/ytdl.env
restart: always
2022-03-10 13:46:02 +00:00
command: [ "/usr/local/bin/supervisord", "-c" ,"/ytdlbot/conf/supervisor_worker.conf" ]
2021-12-30 06:45:36 +00:00
volumes:
2022-03-10 13:46:02 +00:00
- ./data/instagram.com_cookies.txt:/ytdlbot/ytdlbot/instagram.com_cookies.txt
# network_mode: "host"
# deploy:
# resources:
# limits:
# cpus: '0.3'
# memory: 1500M