EVFHQ-Downloader handles the downloading of video files from YouTube.
You can find the Docker image for EVFHQ-Downloader on DockerHub.
For deploying EVFHQ-Downloader using Docker Compose and building the Docker image locally, you can use the provided docker-compose.yml
file.
If you prefer a quick and straightforward deployment using the Docker image from DockerHub.
-
Download evfhq-downloader-deploy.yml.
-
Replace the placeholder values (
your_rabbitmq_host
,your_docker_save_dir
,your_machine_save_dir
,your_docker_save_dir
) with your actual configurations. -
Run the following command to start the EVFHQ-Fetcher service:
docker-compose -f evfhq-downloader-deploy.yml up -d