reynn / docker-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Media server using Docker containers

Includes

Media
  • Plex Media Server: Serve up all of the media you have to a TV and/or share with friends
  • Plex Requests: Simple automated way for users to request new content for Plex
  • PlexPy: A Python based monitoring and tracking tool for Plex Media Server
Tracking
  • Sonarr: Download TV Shows automatically
  • CouchPotato: Download movies automatically
  • Mylar: An automated Comic Book downloader.
  • Headphones: Automatic music downloader.
Downloaders

Starting up

We will assume you already have Docker with the Docker-Compose component already available, if not go to the Docker site to find out how to install on your platform. Once Docker is installed and ready you can start everything at once using docker-compose up -d. This configuration uses the LinuxServer.io images so restarting the container will update to the latest version if you want to restart everything at once use docker-compose restart or docker-compose down and docker-compose up. To restart just one piece you can use docker-compose restart {service_name} for instance restarting just the Plex container would be docker-compose restart plex (refer to the docker-compose.yml file for the names.)

About


Languages

Language:Shell 77.9%Language:Dockerfile 22.1%