mirror of
https://github.com/theoleuthardt/homelab-docker-compose.git
synced 2026-06-05 15:41:07 +00:00
add missing services from prod: backlog-manager, navidrome, nginx, obsidian-livesync, pocketbase, wg
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
db67c88d04
commit
de42032fde
8 changed files with 115 additions and 0 deletions
19
navidrome/docker-compose.yaml
Normal file
19
navidrome/docker-compose.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
services:
|
||||
navidrome:
|
||||
container_name: navidrome
|
||||
image: deluan/navidrome:latest
|
||||
ports:
|
||||
- "4533:4533"
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
# Optional: put your config options customization here. Examples:
|
||||
ND_LOGLEVEL: debug
|
||||
volumes:
|
||||
- navidrome_data:/data
|
||||
- samba_music:/music:ro
|
||||
|
||||
volumes:
|
||||
navidrome_data:
|
||||
samba_music:
|
||||
external: True
|
||||
name: samba_music
|
||||
Loading…
Add table
Add a link
Reference in a new issue