add jellyfin

This commit is contained in:
kev 2021-08-30 16:32:37 +08:00
parent cfb356646e
commit 0662888879
3 changed files with 21 additions and 0 deletions

View File

@ -329,6 +329,7 @@ A collection of delicious docker recipes.
- [ ] python
- [x] gogs/gogs :cn:
- [x] haproxy
- [x] jellyfin/jellyfin
- [x] jenkins
- [x] inbound-agent
- [x] jenkins

7
jellyfin/README.md Normal file
View File

@ -0,0 +1,7 @@
jellyfin
========
[Jellyfin][1] is a Free Software Media System that puts you in control of
managing and streaming your media.
[1]: https://jellyfin.org/

View File

@ -0,0 +1,13 @@
version: "3.8"
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
volumes:
- ./data/config:/config
- ./data/cache:/cache
- ./data/media:/media
- ./data/media2:/media2:ro
user: 1000:1000
network_mode: host
restart: unless-stopped