From e1015e1dddf5ad3448640c246ffc33bbb94d40aa Mon Sep 17 00:00:00 2001 From: komodo Date: Thu, 2 Oct 2025 13:44:15 +0200 Subject: [PATCH] [Komodo] admin: Write Stack File: update compose.yaml --- compose.yaml | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/compose.yaml b/compose.yaml index 9aaf86e..a555c5a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -12,11 +12,23 @@ services: environment: - TZ=Europe/Berlin volumes: - - /app-config/congiarr/config:/app/config # Contains the config.yml and secrets.yml - - /app-config/congiarr/dockerrepos:/app/repos # Cache repositories - - /app-config/congiarr/custom/cfs:/app/cfs # Optional if custom formats locally provided - - /app-config/congiarr/custom/templates:/app/templates # Optional if custom templates - + - /app-config/configarr/config:/app/config # Contains the config.yml and secrets.yml + - /app-config/configarr/dockerrepos:/app/repos # Cache repositories + - /app-config/configarr/custom/cfs:/app/cfs # Optional if custom formats locally provided + - /app-config/configarr/custom/templates:/app/templates # Optional if custom templates + + prowlarr: + container_name: prowlarr + image: ghcr.io/hotio/prowlarr + ports: + - "9696:9696" + environment: + - PUID=1000 + - PGID=1000 + - UMASK=002 + - TZ=Europe/Berlin + volumes: + - /app-config/prowlarr:/config gluetun: image: qmcgaw/gluetun:latest