make deployment targets configurable

This commit is contained in:
Yax 2026-03-20 20:04:50 +01:00
parent b1acba76f1
commit f10a3b5012
6 changed files with 248 additions and 8 deletions

View file

@ -0,0 +1,24 @@
services:
navidrome:
container_name: navidrome
image: deluan/navidrome:latest
ports:
- "4533:4533"
restart: unless-stopped
environment:
ND_LOGLEVEL: info
ND_BASEURL: ${NAVIDROME_URL}
volumes:
- navidrome-data:/data
- type: bind
source: ${SEAFILE_ZIC}
target: /music
read_only: true
bind:
propagation: rslave
privileged: true
cap_add:
- SYS_ADMIN
volumes:
navidrome-data: