This commit is contained in:
Joey Hafner 2022-11-01 00:34:24 -07:00
parent d39b5c8556
commit 081a85ccf3
6 changed files with 16 additions and 15 deletions

View File

@ -1,2 +0,0 @@
DOCKER_DATA=/home/joey/data/plex
MEDIA_DIR=/mnt/nas/media

View File

@ -32,15 +32,10 @@ services:
- 32412:32412/udp
- 32413:32413/udp
- 32414:32414/udp
environment:
- PUID=1000
- PGID=1000
- VERSION=latest
- ADVERTISE_IP="https://plex.jafner.net:443"
- PLEX_CLAIM=claim-nSxzt4MT2j7mExwhhrnZ
- NVIDIA_VISIBLE_DEVICES=all
env_file:
- .env
- plex_stack.env
- plex.env
- plex_secrets.env
volumes:
- "${MEDIA_DIR}/Video/Movies:/movies"
- "${MEDIA_DIR}/Video/Shows:/shows"
@ -64,12 +59,8 @@ services:
restart: "no"
networks:
- web
environment:
- PUID=1000
- PGID=1000
- TZ=America/Los_Angeles
env_file:
- .env
- plex_stack.env
volumes:
- "${DOCKER_DATA}/ombi:/config"
labels:

View File

@ -0,0 +1,3 @@
VERSION=latest
ADVERTISE_IP="https://plex.jafner.net:443"
NVIDIA_VISIBLE_DEVICES=all

View File

@ -0,0 +1 @@
PLEX_CLAIM=claim-nSxzt4MT2j7mExwhhrnZ

View File

@ -0,0 +1,8 @@
# Volumes
DOCKER_DATA=/home/joey/data/plex
MEDIA_DIR=/mnt/nas/media
# Env
PUID=1000
PGID=1000
TZ=America/Los_Angeles