fixup add jellyfin
This commit is contained in:
@@ -17,11 +17,15 @@
|
||||
- "22"
|
||||
- "80"
|
||||
- "443"
|
||||
# jellyfin
|
||||
- "8096"
|
||||
#- "8920" https
|
||||
- "7359"
|
||||
# minidlna
|
||||
- "8200"
|
||||
# upmpdcli
|
||||
- port: "49152"
|
||||
# upnp (minidlna and upmpdcli)
|
||||
# upnp (jellyfin, minidlna and upmpdcli)
|
||||
- proto: udp
|
||||
port: "1900"
|
||||
# mopidy
|
||||
|
||||
@@ -12,6 +12,8 @@ volumes:
|
||||
vhost.d:
|
||||
html:
|
||||
redis:
|
||||
jellyfin_config:
|
||||
jellyfin_cache:
|
||||
minidlna_state:
|
||||
minidlna_data:
|
||||
mopidy_data:
|
||||
@@ -114,6 +116,18 @@ services:
|
||||
env_file:
|
||||
- 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:
|
||||
image: vladgh/minidlna:0.5
|
||||
restart: always
|
||||
|
||||
Submodule templates/docker-compose/mopidy updated: 3ba2b8c06f...f85b032bb7
Reference in New Issue
Block a user