feat: adding jellyfin role
This commit is contained in:
parent
f6d6295df3
commit
1b2a39518b
2 changed files with 59 additions and 0 deletions
18
roles/jellyfin/files/jellyfin.container
Normal file
18
roles/jellyfin/files/jellyfin.container
Normal file
|
@ -0,0 +1,18 @@
|
|||
[Unit]
|
||||
Description=jellyfin container
|
||||
|
||||
[Container]
|
||||
ContainerName=jellyfin
|
||||
Image=ghcr.io/jellyfin/jellyfin
|
||||
Network=frontend.network
|
||||
Volume=/srv/jellyfin/config:/config:Z
|
||||
Volume=/srv/jellyfin/cache:/cache:Z
|
||||
Volume=/srv/jellyfin/media:/media:Z,ro
|
||||
AutoUpdate=registry
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target default.target
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue