[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
19
compose.yaml
19
compose.yaml
|
|
@ -171,7 +171,24 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- media_network
|
- 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
|
container_name: audiobookshelf
|
||||||
image: ghcr.io/advplyr/audiobookshelf:latest
|
image: ghcr.io/advplyr/audiobookshelf:latest
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue