Add r/w mount to plex container for media upload

This commit is contained in:
Ethan Paul 2021-03-09 22:20:23 -05:00
parent 6309a62b79
commit cf3d842e1d
No known key found for this signature in database
GPG Key ID: C5F5542B54A4D9C6
1 changed files with 7 additions and 0 deletions

View File

@ -23,6 +23,9 @@ volumes:
type: nfs
o: "addr=plexistore.tre2.local,ro"
device: ":/nfs/plex"
plex-personal:
name: datastore/media
driver: glusterfs
services:
@ -73,6 +76,10 @@ services:
source: plex-data
target: /data
read_only: true
- type: volume
source: plex-personal
target: /personal
read_only: false
environment:
TZ: "Americas/New_York"
ALLOWED_NETWORKS: 10.42.100.0/24,10.42.101.0/24