File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ This project aim to automatically organizes downloaded files from a source folde
8080 volumes:
8181 - /mnt/jdownloader:/media/source
8282 - /mnt/jellyfin:/media/library
83- env_file :
83+ environment :
8484 - SOURCE_FOLDER=/jdownloader/downloads
8585 - LIBRARY_FOLDER=/path/to/your/library
8686 - MOVIE_FOLDER=movies
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
55 volumes :
66 - /mnt/jdownloader:/media/source
77 - /mnt/jellyfin:/media/library
8- env_file :
8+ environment :
99 - SOURCE_FOLDER=/jdownloader/downloads
1010 - LIBRARY_FOLDER=/path/to/your/library
1111 - MOVIE_FOLDER=movies
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ CHUNK_SIZE=4096 # Adjust if needed for performance
66TMDB_API_KEY = YOUR_TMDB_API_KEY
77LOG_LEVEL = INFO
88FILE_NAME_LANGUAGE = en-EN
9- TZ = Europe/Rome
9+ TZ = Europe/Rome
10+ CRON_SCHEDULE = */30 * * * *
You can’t perform that action at this time.
0 commit comments