This repository contains Docker configuration for running the Open Attack Surface Management (OASM) platform.
- Docker
- Docker Compose
-
Prepare configuration:
cp .env.example .env
-
Pull and Start:
docker compose pull docker compose up -d
-
(Optional) AI Assistant:
docker compose -f docker-compose-assistant.yml up -d
Web Console: http://localhost:6276