services: instagram-downloader: build: . container_name: instagram_downloader_service restart: unless-stopped volumes: - ./downloads:/app/downloads - ./instagram_cookies.txt:/app/instagram_cookies.txt environment: - INSTAGRAM_COOKIES_FILE=/app/instagram_cookies.txt - PORT=5556 network_mode: host