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 user: 8096:8096 env: true volumes: - config:/config - cache:/cache - media:/media file: volumes: config: cache: media: