[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
a7d944a10b
commit
642db235f7
1 changed files with 19 additions and 2 deletions
21
compose.yaml
21
compose.yaml
|
|
@ -170,8 +170,25 @@ services:
|
|||
restart: unless-stopped
|
||||
networks:
|
||||
- media_network
|
||||
|
||||
audiobookshelf:
|
||||
|
||||
lidarr:
|
||||
image: lscr.io/linuxserver/lidarr:latest
|
||||
container_name: lidarr
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
volumes:
|
||||
- /app-config/lidarr/config:/config
|
||||
- /data/music:/music
|
||||
- /usenet:/usenet
|
||||
ports:
|
||||
- 8686:8686
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- media_network
|
||||
|
||||
audiobookshelf:
|
||||
container_name: audiobookshelf
|
||||
image: ghcr.io/advplyr/audiobookshelf:latest
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue