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

View File

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