2 Commits

Author SHA1 Message Date
Micha e28f8dabec Add Jellyfin media server stack 2026-05-18 13:09:32 +02:00
Micha edfec5b66d Add Plex media server stack 2026-05-18 13:09:27 +02:00
3 changed files with 51 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
services:
jellyfin:
image: jellyfin/jellyfin:10.11.8@sha256:1694ff069f0c9dafb283c36765175606866769f5d72f2ed56b6a0f1be922fc37
container_name: jellyfin
restart: unless-stopped
user: "99:100"
environment:
TZ: Europe/Berlin
JELLYFIN_PublishedServerUrl: https://jellyfin.kaleschke.info
volumes:
- /mnt/user/appdata/jellyfin/config:/config
- /mnt/user/appdata/jellyfin/cache:/cache
- /mnt/user/media:/media:ro
- /mnt/user/photos:/photos:ro
networks:
- frontend_net
security_opt:
- no-new-privileges:true
labels:
- traefik.enable=true
- traefik.docker.network=frontend_net
- traefik.http.routers.jellyfin.rule=Host(`jellyfin.kaleschke.info`)
- traefik.http.routers.jellyfin.entrypoints=websecure
- traefik.http.routers.jellyfin.tls=true
- traefik.http.routers.jellyfin.tls.certresolver=le
- traefik.http.routers.jellyfin.middlewares=authelia@file,secure-headers@file
- traefik.http.services.jellyfin.loadbalancer.server.port=8096
networks:
frontend_net:
external: true
+19
View File
@@ -0,0 +1,19 @@
services:
plex:
image: plexinc/pms-docker:1.43.1.10611-1e34174b1@sha256:8b5bcdf7b506fe051aa1a0a0d464efdb3ad8c0fb1f8a4dfb27a8c489b609920c
container_name: plex
restart: unless-stopped
network_mode: host
environment:
TZ: Europe/Berlin
PLEX_UID: "99"
PLEX_GID: "100"
CHANGE_CONFIG_DIR_OWNERSHIP: "true"
PLEX_CLAIM: ${PLEX_CLAIM:-}
volumes:
- /mnt/user/appdata/plex/config:/config
- /mnt/user/appdata/plex/transcode:/transcode
- /mnt/user/media:/data:ro
- /mnt/user/photos:/photos:ro
security_opt:
- no-new-privileges:true
+1
View File
@@ -39,6 +39,7 @@ access_control:
- vault.kaleschke.info
- ntfy.kaleschke.info
- git.kaleschke.info
- jellyfin.kaleschke.info
policy: bypass
# Admin-Dienste - 2FA erforderlich