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