Huginn

Allows you to build agents that monitor and act on your behalf.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  huginn:
    image: huginn/huginn
    ports:
      - 3000:3000
    volumes:
      - /home/huginn/mysql-data:/var/lib/mysql
    restart: unless-stopped

Resources

GitHub: https://github.com/huginn/huginn

Docker Hub: https://hub.docker.com/r/huginn/huginn

Configuration: https://github.com/huginn/huginn/blob/master/doc/docker/install.md