add admin bot

This commit is contained in:
vrubel 2025-12-20 22:17:20 +03:00
parent 8a20b91c54
commit 2d248b9ce0
10 changed files with 481 additions and 110 deletions

View file

@ -4,16 +4,16 @@ services:
container_name: instagram_downloader_service
restart: unless-stopped
ports:
- "5556:5000"
- "5556:5556"
volumes:
- ./downloads:/app/downloads
- ./instagram_cookies.txt:/app/instagram_cookies.txt
environment:
- INSTAGRAM_COOKIES_FILE=/app/instagram_cookies.txt
networks:
- downloader_network
networks:
downloader_network:
driver: bridge
- PORT=5556
dns:
- 8.8.8.8
- 8.8.4.4
extra_hosts:
- "host.docker.internal:host-gateway"