Fix YouTube 500 error (n-challenge) and Telegram callback_data overflow

This commit is contained in:
vrubel 2026-04-30 17:21:10 +03:00
parent 4629535e97
commit 326eabaa99
12 changed files with 292 additions and 254 deletions

View file

@ -3,14 +3,8 @@ services:
build: .
container_name: yapfiles_downloader_service
restart: unless-stopped
ports:
- "5558:5000"
network_mode: host
volumes:
- ./downloads:/app/downloads
networks:
- yapfiles_network
networks:
yapfiles_network:
driver: bridge
environment:
- PORT=5558