Skip to content

A media center deployment in docker compose, one-click to start.

License

Notifications You must be signed in to change notification settings

rxrw/media-center

Repository files navigation

media-center

Full-featured media center in docker

This project is a full-featured media center in docker. It is based on the following components:

  • Emby or Plex for media server
  • Radarr for movie management
  • Sonarr for TV show management
  • Lidarr for music management
  • Prowlarr for indexer management
  • Flexget for torrent management
  • Jellyseerr or Overseerr for requesting media
  • Qbittorrent and Transmission for downloading torrents
  • Bazarr for subtitles
  • Searcharr for telegram tool

Installation

  1. Clone this repository
  2. Create a .env file in the root directory of the repository:
    cp .env.example .env
  3. Modify the .env file to your needs
  4. Start the media center:
      make
    This will only start indexers and downloaders.
  5. To start emby:
      make emby
  6. To start plex:
      make plex

Usage