home-docker/main-docker/jellyfin-auto-collections/compose.yaml
2025-06-21 16:47:01 -05:00

13 lines
No EOL
472 B
YAML

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