Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1022 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 1022 Bytes

EVFHQ-Downloader

EVFHQ-Downloader handles the downloading of video files from YouTube.

DockerHub Repository

You can find the Docker image for EVFHQ-Downloader on DockerHub.

Deployment Configurations

Local Build Deployment with Docker Compose

For deploying EVFHQ-Downloader using Docker Compose and building the Docker image locally, you can use the provided docker-compose.yml file.

DockerHub Deployment

If you prefer a quick and straightforward deployment using the Docker image from DockerHub.

  1. Download evfhq-downloader-deploy.yml.

  2. Replace the placeholder values (your_rabbitmq_host, your_docker_save_dir, your_machine_save_dir, your_docker_save_dir) with your actual configurations.

  3. Run the following command to start the EVFHQ-Fetcher service:

docker-compose -f evfhq-downloader-deploy.yml up -d