feat: add Maintainerr to arrapps stack

This commit is contained in:
feldjaeger 2026-07-18 21:14:08 +02:00
parent 00dbf67b3b
commit e1baffdda8

View file

@ -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