Skip to content

Commit 58199df

Browse files
docs: update README with docker-compose example and environment variables [skip_bump]
1 parent 1047e44 commit 58199df

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

example.env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ CHUNK_SIZE=4096 # Adjust if needed for performance
66
TMDB_API_KEY=YOUR_TMDB_API_KEY
77
LOG_LEVEL=INFO
88
FILE_NAME_LANGUAGE=en-EN
9-
TZ=Europe/Rome
9+
TZ=Europe/Rome
10+
CRON_SCHEDULE=*/30 * * * *

0 commit comments

Comments
 (0)