[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
a8ac0d26f0
commit
0873ca0bb4
1 changed files with 1 additions and 18 deletions
19
compose.yaml
19
compose.yaml
|
|
@ -195,30 +195,13 @@ services:
|
|||
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:/usenet
|
||||
ports:
|
||||
- 8337:8337
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- media_network
|
||||
|
||||
audiobookshelf:
|
||||
container_name: audiobookshelf
|
||||
image: ghcr.io/advplyr/audiobookshelf:latest
|
||||
ports:
|
||||
- 8888:80
|
||||
volumes:
|
||||
- /data:/data
|
||||
- data:/data
|
||||
- /app-config/audiobookshelf/metadata:/metadata
|
||||
- /app-config/audiobookshelf/config:/config
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue