From 209e6cfb14d518494a7a3f2e70646b1be0ef1b9a Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Mon, 20 Nov 2023 09:40:23 +1100 Subject: [PATCH] Introduce recyclarr --- notifiarr/docker-compose.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/notifiarr/docker-compose.yml b/notifiarr/docker-compose.yml index fe4c5bd..5eacefd 100644 --- a/notifiarr/docker-compose.yml +++ b/notifiarr/docker-compose.yml @@ -16,6 +16,19 @@ services: traefik.enable: true traefik.http.routers.notifiarr.middlewares: authelia@file + recyclarr: + hostname: recyclarr + image: ghcr.io/recyclarr/recyclarr + user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?} + networks: + - reverse-proxy + volumes: + - ${NASCOMPOSE_SERVICES?}/notifiarr/volumes/recyclarr_config/:/config/ + restart: unless-stopped + labels: + traefik.enable: true + traefik.http.routers.recyclarr.middlewares: authelia@file + networks: reverse-proxy: external: true