You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-11-27 22:28:31 +02:00
add jellyfin
This commit is contained in:
@@ -329,6 +329,7 @@ A collection of delicious docker recipes.
|
|||||||
- [ ] python
|
- [ ] python
|
||||||
- [x] gogs/gogs :cn:
|
- [x] gogs/gogs :cn:
|
||||||
- [x] haproxy
|
- [x] haproxy
|
||||||
|
- [x] jellyfin/jellyfin
|
||||||
- [x] jenkins
|
- [x] jenkins
|
||||||
- [x] inbound-agent
|
- [x] inbound-agent
|
||||||
- [x] jenkins
|
- [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
|
||||||
Reference in New Issue
Block a user