mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
Refactor swarm/apps.yml: Update jellyfin service configuration
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@ x-environment: &app-environment
|
|||||||
volumes:
|
volumes:
|
||||||
# bai_cache: {}
|
# bai_cache: {}
|
||||||
jellyfin_config: {}
|
jellyfin_config: {}
|
||||||
# jellyfin_cache: {}
|
jellyfin_cache: {}
|
||||||
# adminer_data: {}
|
# adminer_data: {}
|
||||||
# privatebin_data: {}
|
# privatebin_data: {}
|
||||||
|
|
||||||
@@ -106,7 +106,7 @@ services:
|
|||||||
# user: "1000:1000"
|
# user: "1000:1000"
|
||||||
volumes:
|
volumes:
|
||||||
- jellyfin_config:/config
|
- jellyfin_config:/config
|
||||||
- /var/data/jellyfin_cache:/cache
|
- jellyfin_cache:/cache
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ${MEDIADIR}
|
source: ${MEDIADIR}
|
||||||
target: /media
|
target: /media
|
||||||
|
|||||||
Reference in New Issue
Block a user