fix: prevent VK downloader from blocking queue
This commit is contained in:
parent
5d3cd92a03
commit
a9d1ffc864
3 changed files with 38 additions and 7 deletions
|
|
@ -3,8 +3,13 @@ services:
|
|||
build: .
|
||||
container_name: vk_downloader_service
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
ports:
|
||||
- "127.0.0.1:5555:5555"
|
||||
volumes:
|
||||
- ./downloads:/app/downloads
|
||||
environment:
|
||||
- PORT=5555
|
||||
- GUNICORN_WORKERS=2
|
||||
- GUNICORN_THREADS=4
|
||||
- GUNICORN_TIMEOUT=360
|
||||
- GUNICORN_KEEP_ALIVE=5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue