mirror of
https://github.com/omg-xtao/ytdlbot.git
synced 2024-11-16 11:52:14 +00:00
celery - no
This commit is contained in:
parent
6bff673a36
commit
321f4e8ba7
@ -32,10 +32,13 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- socat
|
- socat
|
||||||
- redis
|
- redis
|
||||||
|
volumes:
|
||||||
|
- ./data/instagram.com_cookies.txt:/ytdlbot/instagram.com_cookies.txt
|
||||||
|
- ./data/vnstat/:/var/lib/vnstat/
|
||||||
|
|
||||||
worker:
|
# worker:
|
||||||
image: bennythink/ytdlbot
|
# image: bennythink/ytdlbot
|
||||||
env_file:
|
# env_file:
|
||||||
- env/ytdl.env
|
# - env/ytdl.env
|
||||||
restart: always
|
# restart: always
|
||||||
command: [ "/usr/local/bin/celery" ,"-A","tasks","worker","--loglevel=info","--pool=prefork","--concurrency=200" ]
|
# command: [ "/usr/local/bin/celery" ,"-A","tasks","worker","--loglevel=info","--pool=prefork","--concurrency=200" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user