#36 for Plex
This commit is contained in:
parent
d39b5c8556
commit
081a85ccf3
@ -1,2 +0,0 @@
|
||||
DOCKER_DATA=/home/joey/data/plex
|
||||
MEDIA_DIR=/mnt/nas/media
|
@ -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:
|
||||
|
3
homelab/server/config/plex/plex.env
Normal file
3
homelab/server/config/plex/plex.env
Normal file
@ -0,0 +1,3 @@
|
||||
VERSION=latest
|
||||
ADVERTISE_IP="https://plex.jafner.net:443"
|
||||
NVIDIA_VISIBLE_DEVICES=all
|
1
homelab/server/config/plex/plex_secrets.env
Normal file
1
homelab/server/config/plex/plex_secrets.env
Normal file
@ -0,0 +1 @@
|
||||
PLEX_CLAIM=claim-nSxzt4MT2j7mExwhhrnZ
|
8
homelab/server/config/plex/plex_stack.env
Normal file
8
homelab/server/config/plex/plex_stack.env
Normal 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
|
Loading…
Reference in New Issue
Block a user