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