add jellyfin services

This commit is contained in:
rebel onion 2025-06-21 08:13:42 -05:00
parent 50124a7efa
commit c0915a9695
5 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,13 @@
services:
jellyfin-auto-collections:
image: ghcr.io/ghomashudson/jellyfin-auto-collections:latest
container_name: jellyfin-auto-collections
restart: unless-stopped
environment:
CRONTAB: ${CRONTAB:-0 0 * * *}
TZ: America/Chicago
JELLYFIN_SERVER_URL: ${JELLYFIN_SERVER_URL}
JELLYFIN_API_KEY: ${JELLYFIN_API_KEY}
JELLYFIN_USER_ID: ${JELLYFIN_USER_ID}
volumes:
- /home/docker/jellyfin-auto-collections:/app/config