services:
  agent-insight:
    image: karaggagent/agent-insight:0.5.3-amd64
    container_name: agent-insight
    platform: linux/amd64
    restart: unless-stopped
    ports:
      - "3033:3000"
    volumes:
      - ${HOME}/.agent-insight:/data/agent-insight
      - ${HOME}/.agent-insight:/home/node/.agent-insight