Skip to content

Indian-Techie09/docker-media-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Media Server

This bash script will help you to automatically set up the basic docker containers you need for a media server from scratch. NOTE:you must not have a docker directory inside your /home/$USER/

Documentation

Containers set up are :-

Frontend

  1. Nginx Proxy Manager - Reverse Proxy with LetsEncrypt. WebUI port - 81
  2. Heimdall - Simple Dashboard. WebUI port - 83

Downloaders

  1. Deluge - Torrent Downloader. WebUI port - 8112
  2. Prowlarr - Indexer. WebUI port - 9696
  3. Flaresolverr -For Prowlarr. WebUI port - 8191
  4. Lidarr - Music. WebUI port - 8686
  5. Radarr - Movies. WebUI port - 7878
  6. Sonarr - Shows. WebUI port - 8989
  7. Readarr - Books. WebUI port - 8787
  8. Jellyfin - Media Player. WebUI port - 8096
  9. Kavita - Reading. WebUI port - 5000
  10. Tdarr - Transcoding. WebUI port - 8265
  11. Bazarr - Subtitles. WebUI - 6767

Utilities

  1. Dozzle - Real-time Docker Log Viewer. WebUI port - 8080
  2. File Browser - Explorer. WebUI port - 82

Maintenance

  1. WatchTower - Automatic Docker Container Updates.

Deployment

To install docker and compose run

sudo apt-get update
wget -O /home/$USER/installdocker.sh https://raw.githubusercontent.com/Indian-Techie09/docker-media-server/main/installdocker.sh
bash installdocker.sh

To install this script run

sudo apt-get update
wget -O /home/$USER/dockermediaserver.sh https://raw.githubusercontent.com/Indian-Techie09/docker-media-server/main/docker-media-server.sh
bash dockermediaserver.sh

Once you run the script .env file will open change UGID, PGID, Time Zone and data directory where you want to store your data. Once done Save the file and run

cd docker
sudo docker compose up

Note for Tdarr

I do not have a dedicated GPU for transcoding so I am using Intel quicksync but if you have a dedicated GPU just add it to the docker-compose.yml file