From e1baffdda8e6c2565037524f2bd2019d6726b333 Mon Sep 17 00:00:00 2001 From: feldjaeger Date: Sat, 18 Jul 2026 21:14:08 +0200 Subject: [PATCH] feat: add Maintainerr to arrapps stack --- compose.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/compose.yaml b/compose.yaml index 4b90d49..8882c5b 100644 --- a/compose.yaml +++ b/compose.yaml @@ -216,6 +216,26 @@ services: - API_PORT=8000 - COOKIE_SECURE=false + maintainerr: + image: ghcr.io/maintainerr/maintainerr:latest + container_name: maintainerr + user: "1000:1000" + restart: always + networks: + - media_network + ports: + - "6246:6246" + volumes: + - /app-config/maintainerr:/opt/data + environment: + - TZ=Europe/Berlin + healthcheck: + test: ["CMD", "/opt/app/healthcheck.sh"] + interval: 30s + timeout: 5s + start_period: 40s + retries: 3 + volumes: tdarr: external: true