[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
|
|
@ -189,6 +189,23 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- media_network
|
- 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:
|
audiobookshelf:
|
||||||
container_name: audiobookshelf
|
container_name: audiobookshelf
|
||||||
image: ghcr.io/advplyr/audiobookshelf:latest
|
image: ghcr.io/advplyr/audiobookshelf:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue