Added jellyfin service with essentially a copy/paste from existing Dockerfile.
This commit is contained in:
parent
b02861ca76
commit
0ce2edb54d
1 changed files with 12 additions and 0 deletions
|
@ -7,3 +7,15 @@ services:
|
|||
- "222:22"
|
||||
volumes:
|
||||
- /tarrega/data/forgejo:/data
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin
|
||||
container_name: jellyfin
|
||||
network_mode: 'host'
|
||||
volumes:
|
||||
- ~/jellyfin/config:/config
|
||||
- ~/jellyfin/cache:/cache
|
||||
- /tarrega/data/movies:/media
|
||||
- /tarrega/data/television:/media1
|
||||
- /tarrega/data/music:/media2
|
||||
- /tarrega/data/disney-films:/media3
|
||||
restart: 'unless-stopped'
|
Loading…
Reference in a new issue