2025-12-11 01:07:04 +03:00
|
|
|
services:
|
|
|
|
|
instagram-downloader:
|
|
|
|
|
build: .
|
|
|
|
|
container_name: instagram_downloader_service
|
|
|
|
|
restart: unless-stopped
|
2026-04-30 17:21:10 +03:00
|
|
|
network_mode: host
|
2025-12-11 01:07:04 +03:00
|
|
|
volumes:
|
|
|
|
|
- ./downloads:/app/downloads
|
|
|
|
|
- ./instagram_cookies.txt:/app/instagram_cookies.txt
|
|
|
|
|
environment:
|
|
|
|
|
- INSTAGRAM_COOKIES_FILE=/app/instagram_cookies.txt
|
2025-12-20 22:17:20 +03:00
|
|
|
- PORT=5556
|