[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
f4a91a5eda
commit
8e4768c4b0
1 changed files with 1 additions and 16 deletions
17
compose.yaml
17
compose.yaml
|
|
@ -35,19 +35,4 @@ services:
|
||||||
run --server.http.listen-addr=0.0.0.0:12345
|
run --server.http.listen-addr=0.0.0.0:12345
|
||||||
--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
|
|
||||||
container_name: navidrome
|
|
||||||
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