https://github.com/jon4hz/mediacentercollection
🎬 Collection of docker-compose files for a full stack Plex Media Center
https://github.com/jon4hz/mediacentercollection
docker-compose-template mediacenter plex plex-media-server
Last synced: 4 months ago
JSON representation
🎬 Collection of docker-compose files for a full stack Plex Media Center
- Host: GitHub
- URL: https://github.com/jon4hz/mediacentercollection
- Owner: jon4hz
- License: wtfpl
- Created: 2021-03-16T21:21:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T22:17:26.000Z (over 4 years ago)
- Last Synced: 2025-01-01T23:40:55.999Z (10 months ago)
- Topics: docker-compose-template, mediacenter, plex, plex-media-server
- Homepage:
- Size: 4.88 KB
- Stars: 31
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MediaCenterCollection
A collection of docker-compose files for a full stack Plex media center.## Content
There are compose-files for the following services:
* Plex
* SABnzbd
* Sonarr
* Radarr
* Lidarr
* NZBHydra2
* Ombi
* Overseerr
* Tautulli
* Tdarr## Prerequisites
The following tools are required for this setup.
* `docker`
* `docker-compose`## Customization
Before starting the container, you should check all ports and paths in the individual compose files and adjust them if necessary.## Start a service
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.