chore: update music docker-compose
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 9m44s
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 9m44s
This commit is contained in:
@@ -16,17 +16,8 @@ services:
|
||||
- ND_SPOTIFY_SECRET=${SPOTIFY_SECRET}
|
||||
- ND_COVERARTPRIORITY=cover.*, folder.*, front.*, external, embedded
|
||||
volumes:
|
||||
- /mnt/nvme/navidrome:/data
|
||||
- navidrome_data:/data
|
||||
- /mnt/media/music:/music:ro
|
||||
# picard:
|
||||
# image: mikenye/picard:latest
|
||||
# restart: unless-stopped
|
||||
# ports:
|
||||
# - 5800:5800
|
||||
# volumes:
|
||||
# - /mnt/nvme/picard:/config:rw
|
||||
# - /mnt/media/music:/storage/music:rw
|
||||
# - /mnt/media/downloads:/storage/downloads:rw
|
||||
yubal:
|
||||
image: ghcr.io/guillevc/yubal:latest
|
||||
restart: unless-stopped
|
||||
@@ -39,23 +30,10 @@ services:
|
||||
YUBAL_DOWNLOAD_UGC: false
|
||||
YUBAL_TZ: Europe/London
|
||||
volumes:
|
||||
- yubal_data:/app/data
|
||||
- yubal_config:/app/config
|
||||
filebrowser:
|
||||
image: filebrowser/filebrowser
|
||||
restart: unless-stopped
|
||||
user: 1000:1000
|
||||
ports:
|
||||
- 8080:80
|
||||
environment:
|
||||
- FB_DATABASE=/config/database.db
|
||||
volumes:
|
||||
- /mnt/nvme/filebrowser:/config
|
||||
- /mnt/media/downloads:/srv/downloads
|
||||
- /mnt/media/music:/srv/music
|
||||
- /mnt/media/music:/app/data
|
||||
|
||||
volumes:
|
||||
navidrome_data:
|
||||
yubal_data:
|
||||
yubal_config:
|
||||
filebrowser_config:
|
||||
|
||||
Reference in New Issue
Block a user