[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
5fbf77dd53
commit
7325a9a277
1 changed files with 17 additions and 0 deletions
17
compose.yaml
17
compose.yaml
|
|
@ -188,6 +188,23 @@ services:
|
|||
restart: unless-stopped
|
||||
networks:
|
||||
- media_network
|
||||
|
||||
beets:
|
||||
image: lscr.io/linuxserver/beets:latest
|
||||
container_name: beets
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
volumes:
|
||||
- /app-config/beets/config:/config
|
||||
- /data/music:/music
|
||||
- /usenet/complete/musict:/downloads
|
||||
ports:
|
||||
- 8337:8337
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- media_network
|
||||
|
||||
audiobookshelf:
|
||||
container_name: audiobookshelf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue