What problem does it solve?
This Skill solves the challenge of deploying SpotiArr reliably with Docker while ensuring persistent storage for the SQLite database, downloads, and Redis queues.
Core Features & Use Cases
- Containerized deployment blueprint: Defines the
spotiarr app container plus required supporting services like redis, with an optional traefik reverse proxy for production routing.
- Correct persistent volumes and mount points: Ensures
/spotiarr/config is backed by a Docker volume/host bind mount so the SQLite database and app data persist across restarts.
- Safe operational guardrails: Prevents committing
./config/ and docker-compose.override.yml, clarifies how to reach the service directly, and documents the app startup dependency on Redis health.
Quick Start
Ask me for a working docker-compose setup for SpotiArr that persists ./config and downloads to an absolute DOWNLOADS_DIR, waits for Redis health before starting, and uses the required Spotify environment variables for local access.