From 6f067c1b92285652d02c53aa3de9cd0d541c758e Mon Sep 17 00:00:00 2001 From: Tobias Nauen <53979841+tobna@users.noreply.github.com> Date: Sat, 26 Apr 2025 09:32:47 +0200 Subject: [PATCH] Create jellyfin.yaml --- jellyfin.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 jellyfin.yaml diff --git a/jellyfin.yaml b/jellyfin.yaml new file mode 100644 index 0000000..a3f771f --- /dev/null +++ b/jellyfin.yaml @@ -0,0 +1,26 @@ +version: '3.5' + +networks: + frontend: + # add this if the network is already existing! + external: true + +services: + jellyfin: + image: jellyfin/jellyfin + container_name: jellyfin-official + networks: + - frontend + volumes: + - /server_data/jellyfin/config_official:/config + - /server_data/jellyfin/cache_official:/cache + - /hdd/media:/media + ports: + - "1900:1900/udp" + - "7359:7359/udp" + - "8096:8096/tcp" + - "8920:8920/tcp" + restart: 'unless-stopped' + # Optional - alternative address used for autodiscovery + environment: + - JELLYFIN_PublishedServerUrl=stream.nauen-it.de