Fix YouTube 500 error (n-challenge) and Telegram callback_data overflow
This commit is contained in:
parent
4629535e97
commit
326eabaa99
12 changed files with 292 additions and 254 deletions
|
|
@ -3,14 +3,8 @@ services:
|
|||
build: .
|
||||
container_name: tiktok_downloader_service
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5559:5000"
|
||||
network_mode: host
|
||||
volumes:
|
||||
- ./downloads:/app/downloads
|
||||
networks:
|
||||
- tiktok_network
|
||||
|
||||
networks:
|
||||
tiktok_network:
|
||||
driver: bridge
|
||||
|
||||
environment:
|
||||
- PORT=5559
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue