PHLAK / plex-compose

Plex docker-compose configuration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PLEX Compose

Become a Sponsor One-time Donation


A Dockerized PLEX server environment.

Requirements

Installation

  1. Clone the repository

    git clone git@github.com:PHLAK/plex-compose.git
    
  2. Initialize the configuration files

     make init
    

    or manually run the commands in Makefile

  3. Set the environment variables in .env

  4. Set the application-specific environment variables by editing the files found in the environment.d directory

  5. Run docker-compose config to validate and confirm your configuration

  6. Run docker-compose up -d to start the containers

Hardware Acceleration

To enable hardware acceleration for transcoding you can uncomment the relevant lines in hardware-acceleration.yaml based on your available hardware.

About

Plex docker-compose configuration.


Languages

Language:Makefile 100.0%