Skip to content

Docker Compose for testing Media Server Components

Notifications You must be signed in to change notification settings

SystemFiles/docker-full-media-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automated Media Server (Docker-Compose)

This is my configuration for my personal home media server installation using docker-compose.

Features

Includes a number of useful automation services and applications to enhance the media server experience. Below is a list of these services

  • Jellyfin as the media consumption front-end for users to watch and download movies and tv shows
  • Sonarr helps to manage tv library
  • Radarr helps to manage movies library
  • Bazarr helps to find subtitles for movies and tv shows
  • Deluge as the torrent download client
  • Jackett to manage indexers for tv and movies from within Sonarr and Radarr services
  • Prowlarr to manage indexers for tv and movies from within Sonarr and Radarr (meant as a replacement for Jackett)
  • FlareSolverr Supports some Jackett indexers that are behind cloudflare firewall

Requirements

This project has a small number of requirements to run successfully

Start the services

Once you have copied and all your modifications have been made to the compose file, you can start the services with the following command.

docker-compose up -d