services: deploy jellyfin
This commit is contained in:
parent
a5e16cac00
commit
b3e6db87fa
3
services/jellyfin/.env
Normal file
3
services/jellyfin/.env
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
MEDIA_PATH="/home/vm-user/Media"
|
||||||
|
CONFIG_PATH="/home/vm-user/remote-apps/jellyfin/config"
|
||||||
|
CACHE_PATH="/home/vm-user/remote-apps/jellyfin/cache"
|
||||||
14
services/jellyfin/docker-compose.yml
Normal file
14
services/jellyfin/docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
services:
|
||||||
|
jellyfin:
|
||||||
|
image: jellyfin/jellyfin
|
||||||
|
container_name: jellyfin
|
||||||
|
ports:
|
||||||
|
- ${SVC_PORT_1}:8096/tcp
|
||||||
|
volumes:
|
||||||
|
- ${CONFIG_PATH}:/config
|
||||||
|
- ${CACHE_PATH}:/cache
|
||||||
|
- type: bind
|
||||||
|
source: ${MEDIA_PATH}
|
||||||
|
target: /media
|
||||||
|
read_only: true
|
||||||
|
restart: 'unless-stopped'
|
||||||
@ -25,6 +25,13 @@ services:
|
|||||||
<<: *vm-media-100-55
|
<<: *vm-media-100-55
|
||||||
<<: *defaultServiceValues
|
<<: *defaultServiceValues
|
||||||
|
|
||||||
|
- name: "jellyfin"
|
||||||
|
ports:
|
||||||
|
- 8096
|
||||||
|
host:
|
||||||
|
<<: *vm-media-100-55
|
||||||
|
<<: *defaultServiceValues
|
||||||
|
|
||||||
# ================================
|
# ================================
|
||||||
# vm-tools-100-65
|
# vm-tools-100-65
|
||||||
# ================================
|
# ================================
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user