This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
services/_ansible/roles/jellyfin/vars/main.yml

29 lines
453 B
YAML
Raw Normal View History

2023-12-09 15:20:45 +00:00
svc:
domain: "media.serguzim.me"
name: jellyfin
port: 8096
db:
host: "{{ postgres.host }}"
port: "{{ postgres.port }}"
svc_env:
JELLYFIN_PublishedServerUrl: "https://{{ svc. domain }}"
compose:
watchtower: true
image: jellyfin/jellyfin
env: true
volumes:
- config:/config
- cache:/cache
- media:/media
file:
2023-12-11 13:49:43 +00:00
services:
app:
user: 8096:8096
2023-12-09 15:20:45 +00:00
volumes:
config:
cache:
media: