Add music app
This commit is contained in:
20
files/apps/music/docker-compose.yml
Normal file
20
files/apps/music/docker-compose.yml
Normal file
@ -0,0 +1,20 @@
|
||||
services:
|
||||
navidrome:
|
||||
image: deluan/navidrome:0.54.2
|
||||
ports:
|
||||
- "127.0.0.1:${WEB_SERVER_PORT}:4533"
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
ND_BASEURL: "https://music.vakhrushev.me"
|
||||
ND_LOGLEVEL: "info"
|
||||
ND_SCANSCHEDULE: "0"
|
||||
ND_SESSIONTIMEOUT: "24h"
|
||||
volumes:
|
||||
- "./data:/data"
|
||||
- "yandex-storage:/music:ro"
|
||||
|
||||
volumes:
|
||||
yandex-storage:
|
||||
driver: "rclone"
|
||||
driver_opts:
|
||||
remote: "yandex-s3-music-encrypted:"
|
Reference in New Issue
Block a user