Revert "Gonic > Navidrome (I like music folders)"
This reverts commit c663f2e6d2.
This commit is contained in:
parent
c663f2e6d2
commit
d8af4eb50c
4 changed files with 22 additions and 24 deletions
|
|
@ -1,21 +0,0 @@
|
|||
# example docker-compose.yml
|
||||
|
||||
version: "2.4"
|
||||
services:
|
||||
gonic:
|
||||
restart: unless-stopped
|
||||
image: sentriz/gonic:latest
|
||||
environment:
|
||||
- TZ
|
||||
# optionally, see more available env vars in the readme
|
||||
ports:
|
||||
- 4747:80
|
||||
volumes:
|
||||
- ./data:/data # gonic db etc
|
||||
- /home/criz/Medias/Music:/music:ro # your music
|
||||
- /home/criz/Medias/Podcasts:/podcasts # your podcasts
|
||||
- /home/criz/Medias/Playlists:/playlists # your playlists
|
||||
- ./cache:/cache # transcode / covers / etc cache dir
|
||||
labels:
|
||||
tsdproxy.enable: "true"
|
||||
tsdproxy.name: "music"
|
||||
15
Containers/Navidrome/compose.yml
Normal file
15
Containers/Navidrome/compose.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
services:
|
||||
navidrome:
|
||||
container_name: navidrome
|
||||
image: deluan/navidrome:latest
|
||||
user: 1000:1000 # should be owner of volumes
|
||||
ports:
|
||||
- "4533:4533"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- "./data:/data"
|
||||
- "/home/criz/Medias/Music:/music:ro"
|
||||
labels:
|
||||
tsdproxy.enable: "true"
|
||||
tsdproxy.name: "music"
|
||||
|
||||
2
Containers/Navidrome/data/navidrome.toml
Normal file
2
Containers/Navidrome/data/navidrome.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[scanner]
|
||||
PurgeMissing = "always"
|
||||
Loading…
Add table
Add a link
Reference in a new issue