Requestrr
Description
Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. Current platform is Discord only, but the bot was built around the ideology of quick adaptation for new features as well as new platforms.
Install/Setup
Example Docker Compose Override
services:
requestrr:
container_name: requestrr
environment:
- TZ=${TZ}
image: darkalfx/requestrr
logging:
driver: json-file
options:
max-file: ${DOCKERLOGGING_MAXFILE}
max-size: ${DOCKERLOGGING_MAXSIZE}
ports:
- 4545:4545
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKERCONFDIR}/requestrr:/root/config
- ${DOCKERSTORAGEDIR}:/storage