This project is a Docker-based media management application utilizing Plex.
Following services are used:
- Plex
- Radarr
- Sonarr
- Bazarr
- Prowlarr
- FlareSolverr
- Overseerr
- Tautulli
- QBitTorrent
- Watchtower
- Clone the repository.
- Ensure Docker and Docker Compose are installed on your machine.
- Fill out .env file
- Run
docker-compose up -dto start the services.
Access the Plex media server at http://localhost:32400.
Edit the .env and docker-compose.yaml files to customize your setup, including volume mappings and environment variables.
- If you have an AMD graphics card and if you are not on Windows, you may want to remove the comment on
USE_AMD_PLEX_IMAGEin the .env file.