From 642db235f73b4bae3a296610a1764e458fc1fc1c Mon Sep 17 00:00:00 2001 From: komodo Date: Wed, 30 Apr 2025 08:12:22 +0000 Subject: [PATCH] [Komodo] admin: Write Compose File: update compose.yaml --- compose.yaml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 50bcc7c..8022e1c 100644 --- a/compose.yaml +++ b/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: