This commit is contained in:
+4
-4
@@ -1279,7 +1279,7 @@ services:
|
|||||||
explo:
|
explo:
|
||||||
container_name: explo
|
container_name: explo
|
||||||
environment:
|
environment:
|
||||||
CRON_SCHEDULE: 15 00 * * 2 # Runs weekly, every Tuesday 15 minutes past midnight (UTC time)
|
CRON_SCHEDULE: 0 5 * * 2
|
||||||
# Music system you use (emby, jellyfin, mpd, plex or subsonic)
|
# Music system you use (emby, jellyfin, mpd, plex or subsonic)
|
||||||
EXPLO_SYSTEM: subsonic
|
EXPLO_SYSTEM: subsonic
|
||||||
SYSTEM_URL: http://navidrome:4533
|
SYSTEM_URL: http://navidrome:4533
|
||||||
@@ -1287,7 +1287,7 @@ services:
|
|||||||
SYSTEM_PASSWORD: ${NAVIDROME_PASSWORD}
|
SYSTEM_PASSWORD: ${NAVIDROME_PASSWORD}
|
||||||
DOWNLOAD_DIR: /downloads
|
DOWNLOAD_DIR: /downloads
|
||||||
PLAYLIST_DIR: /playlists
|
PLAYLIST_DIR: /playlists
|
||||||
LISTENBRAINZ_USER: Trez.One
|
LISTENBRAINZ_USER: "Trez.One"
|
||||||
YOUTUBE_API_KEY: ${YOUTUBE_DATA_API_V3_KEY}
|
YOUTUBE_API_KEY: ${YOUTUBE_DATA_API_V3_KEY}
|
||||||
# Assign a custom path to yt-dlp
|
# Assign a custom path to yt-dlp
|
||||||
# YTDLP_PATH=
|
# YTDLP_PATH=
|
||||||
@@ -1300,9 +1300,9 @@ services:
|
|||||||
# 'playlist' to get tracks from Weekly Exploration playlist, anything else gets it from API (not the best recommendations). 'test' will download 1 song
|
# 'playlist' to get tracks from Weekly Exploration playlist, anything else gets it from API (not the best recommendations). 'test' will download 1 song
|
||||||
LISTENBRAINZ_DISCOVERY: playlist
|
LISTENBRAINZ_DISCOVERY: playlist
|
||||||
# Time to sleep (in minutes) between scanning and querying tracks from your system (If using Subsonic, Jellyfin)
|
# Time to sleep (in minutes) between scanning and querying tracks from your system (If using Subsonic, Jellyfin)
|
||||||
# SLEEP=2
|
SLEEP: 5
|
||||||
# Whether to provide additional info for debugging
|
# Whether to provide additional info for debugging
|
||||||
# DEBUG=false
|
DEBUG: true
|
||||||
SINGLE_ARTIST: true
|
SINGLE_ARTIST: true
|
||||||
image: ghcr.io/lumepart/explo:latest
|
image: ghcr.io/lumepart/explo:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user