Transform your personal audio library into a fully accessible streaming service. This self-hosted server allows you to listen to your favorite tracks from any computer or mobile device without relying on third-party premium subscriptions. Designed for speed and reliability, it easily handles massive libraries with over 100,000 songs while maintaining exceptional responsiveness.\n\nKey benefits include:\n* Extensive format support: Play FLAC, MP3, OGG, WAV, and more without compatibility issues.\n* Flexible browsing: Navigate your collection by album, artist, genre, or directly through the raw file tree.\n* Multi-user access: Create individual accounts for friends and family, complete with personal playlists.\n* Advanced metadata handling: Accurately read multi-value fields, such as multiple artists on a single track.\n* Mobile listening: Connect easily using dedicated mobile applications for on-the-go playback.
services:
polaris:
image: ogarcia/polaris:latest
container_name: polaris
restart: unless-stopped
ports:
- "5050:5050"
volumes:
- ./music:/music
- ./data:/var/lib/polaris
- ./cache:/var/cache/polaris# No sensitive environment variables are required for the default configuration of Polaris.
# This file is provided for consistency.Auto-fetched 7 minutes ago