mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-09 15:45:10 -05:00
Update environment variables in docker-compose.yml
Removed Deezer ARL tokens and quality settings, added SquidWTF quality setting.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
octo-fiesta:
|
||||
image: ghcr.io/bransoned/octo-fiestarr
|
||||
container_name: octo-fiesta
|
||||
container_name: octo-fiestarr
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5274:8080"
|
||||
@@ -15,11 +15,7 @@ services:
|
||||
- Subsonic__DownloadMode=${DOWNLOAD_MODE:-Track}
|
||||
# Download path inside container
|
||||
- Library__DownloadPath=/app/downloads
|
||||
# Deezer ARL token (required)
|
||||
- Deezer__Arl=${DEEZER_ARL}
|
||||
# Fallback ARL token (optional)
|
||||
- Deezer__ArlFallback=${DEEZER_ARL_FALLBACK:-}
|
||||
# Preferred audio quality: FLAC, MP3_320, MP3_128 (optional, defaults to highest available)
|
||||
- Deezer__Quality=${DEEZER_QUALITY:-}
|
||||
# SquidWTF preferred audio quality
|
||||
- SquidWTF__Quality=${SQUIDWTF_QUALITY:-}
|
||||
volumes:
|
||||
- ${DOWNLOAD_PATH:-./downloads}:/app/downloads
|
||||
|
||||
Reference in New Issue
Block a user