infrastructure/playbooks/roles/jellyfin/vars/main.yml

27 lines
525 B
YAML
Raw Normal View History

2024-09-26 22:02:36 +00:00
---
jellyfin_svc:
domain: "{{ all_services | service_get_domain(role_name) }}"
2024-09-26 22:02:36 +00:00
port: 8096
db:
host: "{{ postgres.host }}"
port: "{{ postgres.port }}"
jellyfin_env:
JELLYFIN_PublishedServerUrl: https://{{ svc.domain }}
jellyfin_compose:
watchtower: update
2024-09-26 22:02:36 +00:00
image: jellyfin/jellyfin
volumes:
- config:/config
- cache:/cache
- media:/media
file:
services:
app:
user: 8096:8096
volumes:
config:
cache:
media: "{{ vault_jellyfin.media_volume_driver }}"