1
0

add jellyfin to media compose

This commit is contained in:
= 2025-01-14 14:18:24 -05:00
parent c377f1a7d1
commit 9b0edab903
2 changed files with 30 additions and 14 deletions

View File

@ -67,6 +67,7 @@ services:
-d music.balsillie.house -d music.balsillie.house
-d books.balsillie.house -d books.balsillie.house
-d subs.balsillie.house -d subs.balsillie.house
-d index.balsillie.house
volumes: volumes:
- /mnt/hdd/apps/certbot/etc:/etc/letsencrypt - /mnt/hdd/apps/certbot/etc:/etc/letsencrypt
- /mnt/hdd/apps/certbot/var:/var/lib/letsencrypt - /mnt/hdd/apps/certbot/var:/var/lib/letsencrypt

View File

@ -10,19 +10,6 @@ networks:
name: apps name: apps
services: services:
# jellyfin:
# container_name: jellyfin
# image: jellyfin # FIX
# restart: unless-stopped
# networks:
# apps:
# ipv4_address: 10.96.10.101
# link_local_ips: []
# volumes:
# - /mnt/hdd/apps/jellyfin:/config
# - /mnt/hdd/media:/media
# - /mnt/hdd/apps/certbot/etc:/etc/letsencrypt
# - /mnt/hdd/apps/certbot/var:/var/lib/letsencrypt
cert-sorter: cert-sorter:
container_name: cert-sorter container_name: cert-sorter
@ -34,6 +21,34 @@ services:
- /mnt/hdd/apps/cert-1000:/dest/1000 - /mnt/hdd/apps/cert-1000:/dest/1000
network_mode: none network_mode: none
jellyfin:
container_name: jellyfin
image: code.balsillie.net/michael/containers/jellyfin:latest
pull_policy: always
user: jellyfin:jellyfin
depends_on:
cert-sorter:
condition: service_completed_successfully
required: true
restart: true
restart: unless-stopped
hostname: jellyfin
domainname: balsillie.house
devices:
- /dev/dri/card0:/dev/dri/card0
- /dev/dri/renderD128:/dev/dri/renderD128
environment:
- JELLYFIN_PublishedServerUrl=https://jellyfin.balsillie.house
networks:
apps:
ipv4_address: 10.96.10.101
link_local_ips: []
volumes:
- /mnt/hdd/apps/jellyfin/config:/config
- /mnt/hdd/apps/jellyfin/cache:/cache
- /mnt/hdd/media:/media
- /mnt/hdd/apps/cert-1000:/cert
qbittorrent: qbittorrent:
container_name: torrent container_name: torrent
image: code.balsillie.net/michael/containers/qbittorrent:latest image: code.balsillie.net/michael/containers/qbittorrent:latest
@ -103,7 +118,7 @@ services:
prowlarr: prowlarr:
container_name: prowlarr container_name: prowlarr
image: code.balsillie.net/michael/containers/radarr:latest image: code.balsillie.net/michael/containers/prowlarr:latest
pull_policy: always pull_policy: always
depends_on: depends_on:
cert-sorter: cert-sorter: