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_SPOTIFY_SECRET=${SPOTIFY_SECRET}
|
||||||
- ND_COVERARTPRIORITY=cover.*, folder.*, front.*, external, embedded
|
- ND_COVERARTPRIORITY=cover.*, folder.*, front.*, external, embedded
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/nvme/navidrome:/data
|
- navidrome_data:/data
|
||||||
- /mnt/media/music:/music:ro
|
- /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:
|
yubal:
|
||||||
image: ghcr.io/guillevc/yubal:latest
|
image: ghcr.io/guillevc/yubal:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -39,23 +30,10 @@ services:
|
|||||||
YUBAL_DOWNLOAD_UGC: false
|
YUBAL_DOWNLOAD_UGC: false
|
||||||
YUBAL_TZ: Europe/London
|
YUBAL_TZ: Europe/London
|
||||||
volumes:
|
volumes:
|
||||||
- yubal_data:/app/data
|
|
||||||
- yubal_config:/app/config
|
- yubal_config:/app/config
|
||||||
filebrowser:
|
- /mnt/media/music:/app/data
|
||||||
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
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
navidrome_data:
|
navidrome_data:
|
||||||
yubal_data:
|
|
||||||
yubal_config:
|
yubal_config:
|
||||||
filebrowser_config:
|
filebrowser_config:
|
||||||
|
|||||||
Reference in New Issue
Block a user