services: velociraptor: image: ir-velociraptor container_name: ir-velociraptor restart: always ports: - "20000:20000" # Port für die Agents (Clients) - "20001:20001" # Port für die Web-Oberfläche (GUI) volumes: - ./config:/velociraptor/config - ./logs:/velociraptor/logs - ./store:/velociraptor/store - ./clients:/velociraptor/clients