videoDownloadTGbot/instagram-downloader/docker-compose.yml

20 lines
458 B
YAML
Raw Normal View History

services:
instagram-downloader:
build: .
container_name: instagram_downloader_service
restart: unless-stopped
ports:
2025-12-20 22:17:20 +03:00
- "5556:5556"
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
dns:
- 8.8.8.8
- 8.8.4.4
extra_hosts:
- "host.docker.internal:host-gateway"