fixup add jellyfin

This commit is contained in:
Nick Stokoe
2021-02-19 15:03:46 +00:00
parent 206dc5341b
commit 00ca00bf05
3 changed files with 20 additions and 2 deletions

View File

@@ -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

View File

@@ -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