add jellyfin
This commit is contained in:
@@ -14,11 +14,15 @@
|
|||||||
- "22"
|
- "22"
|
||||||
- "80"
|
- "80"
|
||||||
- "443"
|
- "443"
|
||||||
|
# jellyfin
|
||||||
|
- "8096"
|
||||||
|
#- "8920" https
|
||||||
|
- "7359"
|
||||||
# minidlna
|
# minidlna
|
||||||
- "8200"
|
- "8200"
|
||||||
# upmpdcli
|
# upmpdcli
|
||||||
- port: "49152"
|
- port: "49152"
|
||||||
# upnp (minidlna and upmpdcli)
|
# upnp (jellyfin, minidlna and upmpdcli)
|
||||||
- proto: udp
|
- proto: udp
|
||||||
port: "1900"
|
port: "1900"
|
||||||
# mopidy
|
# mopidy
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ volumes:
|
|||||||
vhost.d:
|
vhost.d:
|
||||||
html:
|
html:
|
||||||
redis:
|
redis:
|
||||||
|
jellyfin_config:
|
||||||
|
jellyfin_cache:
|
||||||
minidlna_state:
|
minidlna_state:
|
||||||
minidlna_data:
|
minidlna_data:
|
||||||
mopidy_data:
|
mopidy_data:
|
||||||
@@ -114,6 +116,18 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- letsencrypt-companion.env
|
- letsencrypt-companion.env
|
||||||
|
|
||||||
|
jellyfin:
|
||||||
|
image: jellyfin/jellyfin:latest
|
||||||
|
restart: always
|
||||||
|
user: daemon:daemon
|
||||||
|
volumes:
|
||||||
|
- jellyfin_config:/config
|
||||||
|
- jellyfin_cache:/cache
|
||||||
|
- minidlna_data:/media
|
||||||
|
network_mode: host
|
||||||
|
environment:
|
||||||
|
- JELLYFIN_PublishedServerUrl=http://snackpot.local
|
||||||
|
|
||||||
minidlna:
|
minidlna:
|
||||||
image: vladgh/minidlna:0.5
|
image: vladgh/minidlna:0.5
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Submodule templates/docker-compose/mopidy updated: 3ba2b8c06f...f85b032bb7
Reference in New Issue
Block a user