[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
6339e3f2d7
commit
770d143ff4
1 changed files with 15 additions and 1 deletions
14
compose.yaml
14
compose.yaml
|
|
@ -36,3 +36,17 @@ services:
|
||||||
--storage.path=/var/lib/alloy/data
|
--storage.path=/var/lib/alloy/data
|
||||||
/etc/alloy/config.alloy
|
/etc/alloy/config.alloy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
navidrome:
|
||||||
|
image: deluan/navidrome:latest
|
||||||
|
user: 1000:1000 # should be owner of volumes
|
||||||
|
ports:
|
||||||
|
- "4533:4533"
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- TZ=Europe/Berlin
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
volumes:
|
||||||
|
- "/app-config/navidrome:/data"
|
||||||
|
- "/data/music:/music:ro"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue