Update SquidWTF quality and storage settings

Set default quality and storage mode for SquidWTF.
This commit is contained in:
Branson
2026-01-17 11:29:05 -05:00
committed by GitHub
parent d9c1086564
commit ed9cec1cde

View File

@@ -16,6 +16,10 @@ services:
# Download path inside container
- Library__DownloadPath=/app/downloads
# SquidWTF preferred audio quality
- SquidWTF__Quality=${SQUIDWTF_QUALITY:-}
- SquidWTF__Quality=${SQUIDWTF_QUALITY:-FLAC}
# Set cache or permanent download of external songs
- Storage__Mode=${STORAGE_MODE:-Permanent}
# Set cache duration
- Cache__DurationHours=${CACHE_DURATION_HOURS:-1}
volumes:
- ${DOWNLOAD_PATH:-./downloads}:/app/downloads