Add object storage volume for slow TV shows in Plex config
Some checks failed
Nix Format Check / check-format (push) Has been cancelled
Python Lint Check / check-python (push) Has been cancelled
Ansible Lint Check / check-ansible (push) Has been cancelled

This commit is contained in:
2025-09-04 14:09:43 +02:00
parent 91c11b0283
commit 08d233cae5

View File

@@ -14,9 +14,10 @@ services:
volumes:
- {{ plex_data_dir }}/config:/config
- {{ plex_data_dir }}/transcode:/transcode
- {{ '/mnt/data/movies' }}:/movies
- {{ '/mnt/data/tvshows' }}:/tvshows
- {{ '/mnt/data/music' }}:/music
- /mnt/data/movies:/movies
- /mnt/data/tvshows:/tvshows
- /mnt/object_storage/tvshows:/tvshows_slow
- /mnt/data/music:/music
deploy:
resources:
limits: