mirror of
https://github.com/tgbot-collection/ytdlbot.git
synced 2024-11-15 12:44:34 +08:00
d90133211c
* upgrade to pyrogram 2.x #288 * reformat code * update dependencies * remove instagram cookies * add cryptography * upgrade to py3.11 * temp fix
15 lines
335 B
YAML
15 lines
335 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" ]
|
|
# network_mode: "host"
|
|
# deploy:
|
|
# resources:
|
|
# limits:
|
|
# cpus: '0.3'
|
|
# memory: 1500M
|