mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-09 23:55: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:
|
services:
|
||||||
octo-fiesta:
|
octo-fiesta:
|
||||||
image: ghcr.io/bransoned/octo-fiestarr
|
image: ghcr.io/bransoned/octo-fiestarr
|
||||||
container_name: octo-fiesta
|
container_name: octo-fiestarr
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "5274:8080"
|
- "5274:8080"
|
||||||
@@ -15,11 +15,7 @@ services:
|
|||||||
- Subsonic__DownloadMode=${DOWNLOAD_MODE:-Track}
|
- Subsonic__DownloadMode=${DOWNLOAD_MODE:-Track}
|
||||||
# Download path inside container
|
# Download path inside container
|
||||||
- Library__DownloadPath=/app/downloads
|
- Library__DownloadPath=/app/downloads
|
||||||
# Deezer ARL token (required)
|
# SquidWTF preferred audio quality
|
||||||
- Deezer__Arl=${DEEZER_ARL}
|
- SquidWTF__Quality=${SQUIDWTF_QUALITY:-}
|
||||||
# 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:-}
|
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOWNLOAD_PATH:-./downloads}:/app/downloads
|
- ${DOWNLOAD_PATH:-./downloads}:/app/downloads
|
||||||
|
|||||||
Reference in New Issue
Block a user