Add *arrs, downloaders, plex, jellyfin

This commit is contained in:
askiiart
2023-02-28 12:18:29 -06:00
parent 613e10a201
commit c624acc23d
19 changed files with 172 additions and 0 deletions

3
examples/plex/README.md Normal file
View File

@@ -0,0 +1,3 @@
# References
- https://hub.docker.com/r/plexinc/pms-docker

View File

@@ -0,0 +1,15 @@
version: '3.3'
services:
pms-docker:
container_name: plex
environment:
- TZ=America/Chicago
- PLEX_CLAIM=claim-dvmURANy9Z7MbJhmY7V7
volumes:
- '${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/plex/config:/config'
- '${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/plex/transcode:/transcode'
- '${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/plex/media:/data'
image: plexinc/pms-docker
restart: unless-stopped
ports:
- '32400:32400'