1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:50 +02:00

update navidrome

This commit is contained in:
kev 2021-04-01 15:44:21 +08:00
parent 5b2f1b7e5c
commit c6e3ddc730
3 changed files with 27 additions and 1 deletions

View File

@ -333,9 +333,9 @@ A collection of delicious docker recipes.
- [x] mailgun/kafka-pixy
- [x] devopsfaith/krakend
- [x] tootsuite/mastodon
- [x] deluan/navidrome :musical_note:
- [x] netdata/netdata
- [x] nextcloud
- [x] prom/prometheus
- [x] sonatype/nexus3
- [ ] jwilder/nginx-proxy
- [x] jazzdd/phpvirtualbox
@ -364,6 +364,7 @@ A collection of delicious docker recipes.
- [x] portainer/portainer :+1:
- [x] postgres
- [x] postgrest/postgrest
- [x] prom/prometheus
- [x] prosody/prosody
- [x] registry
- [x] restic/rest-server

8
navidrome/README.md Normal file
View File

@ -0,0 +1,8 @@
navidrome
=========
[Navidrome][1] is an open source web-based music collection server and
streamer. It gives you freedom to listen to your music collection from any
browser or mobile device. It's like your personal Spotify!
[1]: https://github.com/navidrome/navidrome

View File

@ -0,0 +1,17 @@
version: "3.8"
services:
navidrome:
image: deluan/navidrome
ports:
- "4533:4533"
volumes:
- ./data:/data
- /path/to/your/music/folder:/music:ro
environment:
- ND_SCANINTERVAL=1h
- ND_SESSIONTIMEOUT=24h
- ND_LOGLEVEL=info
- ND_BASEURL=
restart: unless-stopped