mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
add jellyfin
This commit is contained in:
parent
cfb356646e
commit
0662888879
@ -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
7
jellyfin/README.md
Normal 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/
|
13
jellyfin/docker-compose.yml
Normal file
13
jellyfin/docker-compose.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user