Update .env.example with new admin bot token, modify Docker configuration for Instagram downloader to use host network mode, and enhance YouTube downloader with improved cookie validation and error handling for video downloads.
This commit is contained in:
parent
e6c6734768
commit
5c8456de96
4 changed files with 138 additions and 11 deletions
|
|
@ -3,17 +3,11 @@ services:
|
|||
build: .
|
||||
container_name: instagram_downloader_service
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5556:5556"
|
||||
volumes:
|
||||
- ./downloads:/app/downloads
|
||||
- ./instagram_cookies.txt:/app/instagram_cookies.txt
|
||||
environment:
|
||||
- INSTAGRAM_COOKIES_FILE=/app/instagram_cookies.txt
|
||||
- PORT=5556
|
||||
dns:
|
||||
- 8.8.8.8
|
||||
- 8.8.4.4
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
network_mode: host
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue