A collection of docker-compose files for a full stack Plex media center.
There are compose-files for the following services:
- Plex
- SABnzbd
- Sonarr
- Radarr
- Lidarr
- NZBHydra2
- Ombi
- Overseerr
- Tautulli
- Tdarr
The following tools are required for this setup.
docker
docker-compose
Before starting the container, you should check all ports and paths in the individual compose files and adjust them if necessary.
To start a service, change to the corresponding folder with cd
and execute docker-compose up -d
.
In order to have all the necessary networks available, you should start SABnzbd and Plex first.