standardize env vars

This commit is contained in:
rebel onion 2025-06-21 16:47:01 -05:00
parent ba90cb927f
commit d64898107d
11 changed files with 57 additions and 48 deletions

View file

@ -4,10 +4,10 @@ services:
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}
- 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