Add object storage volume for slow TV shows in Plex config
This commit is contained in:
@@ -14,9 +14,10 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- {{ plex_data_dir }}/config:/config
|
- {{ plex_data_dir }}/config:/config
|
||||||
- {{ plex_data_dir }}/transcode:/transcode
|
- {{ plex_data_dir }}/transcode:/transcode
|
||||||
- {{ '/mnt/data/movies' }}:/movies
|
- /mnt/data/movies:/movies
|
||||||
- {{ '/mnt/data/tvshows' }}:/tvshows
|
- /mnt/data/tvshows:/tvshows
|
||||||
- {{ '/mnt/data/music' }}:/music
|
- /mnt/object_storage/tvshows:/tvshows_slow
|
||||||
|
- /mnt/data/music:/music
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
|||||||
Reference in New Issue
Block a user