mirror of
https://github.com/omg-xtao/ytdlbot.git
synced 2024-11-16 03:45:23 +00:00
17 lines
431 B
YAML
17 lines
431 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
|
|
# network_mode: "host"
|
|
# deploy:
|
|
# resources:
|
|
# limits:
|
|
# cpus: '0.3'
|
|
# memory: 1500M |