Self-hosted music player
100K+
Self-hosted music player.
- for those of us too stubborn to just use Spotify

docker-compose.yml fileversion: "3"
services:
music-player:
image: hmerritt/music-library-player:latest
environment:
- REACT_APP_HTTP=http
- REACT_APP_HOST=localhost:7788
- REACT_APP_API=http://localhost:7789
ports:
- 7788:80
- 7789:8000
volumes:
- path-to-your-music:/app/music
- /srv/music-library/data:/app/data
docker-compose$ docker-compose up
Content type
Image
Digest
sha256:fb22cfe47…
Size
53.2 MB
Last updated
about 1 month ago
docker pull hmerritt/music-library-player