27 lines
462 B
YAML
27 lines
462 B
YAML
---
|
|
jellyfin_svc:
|
|
domain: media.serguzim.me
|
|
name: jellyfin
|
|
port: 8096
|
|
db:
|
|
host: "{{ postgres.host }}"
|
|
port: "{{ postgres.port }}"
|
|
|
|
jellyfin_env:
|
|
JELLYFIN_PublishedServerUrl: https://{{ svc.domain }}
|
|
|
|
jellyfin_compose:
|
|
watchtower: true
|
|
image: jellyfin/jellyfin
|
|
volumes:
|
|
- config:/config
|
|
- cache:/cache
|
|
- media:/media
|
|
file:
|
|
services:
|
|
app:
|
|
user: 8096:8096
|
|
volumes:
|
|
config:
|
|
cache:
|
|
media:
|