Drop music service
Move music to homelab
This commit is contained in:
@ -1,21 +0,0 @@
|
||||
services:
|
||||
navidrome:
|
||||
image: deluan/navidrome:0.55.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 4 * * *"
|
||||
ND_SESSIONTIMEOUT: "24h"
|
||||
ND_AUTOIMPORTPLAYLISTS: "false"
|
||||
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