refactor: update service configurations and remove karakeep service
This commit is contained in:
@@ -14,9 +14,9 @@ services:
|
||||
volumes:
|
||||
- {{ plex_data_dir }}/config:/config
|
||||
- {{ plex_data_dir }}/transcode:/transcode
|
||||
- {{ '/mnt/data/movies' if inventory_hostname == 'mennos-cachyos-desktop' else '/mnt/object_storage/movies' }}:/movies
|
||||
- {{ '/mnt/data/tvshows' if inventory_hostname == 'mennos-cachyos-desktop' else '/mnt/object_storage/tvshows' }}:/tvshows
|
||||
- {{ '/mnt/data/music' if inventory_hostname == 'mennos-cachyos-desktop' else '/mnt/object_storage/music' }}:/music
|
||||
- {{ '/mnt/data/movies' }}:/movies
|
||||
- {{ '/mnt/data/tvshows' }}:/tvshows
|
||||
- {{ '/mnt/data/music' }}:/music
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
|
Reference in New Issue
Block a user