Dashmachine
Description
Dashmachine 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:
dashmachine:
container_name: dashmachine
hostname: ${DOCKERHOSTNAME}
image: rmountjoy/dashmachine
logging:
driver: json-file
options:
max-file: ${DOCKERLOGGING_MAXFILE}
max-size: ${DOCKERLOGGING_MAXSIZE}
ports:
- 5002:5000
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKERCONFDIR}/dashmachine:/DashMachine/dashmachine/user_data
- ${DOCKERSTORAGEDIR}:/storage