An open API service indexing awesome lists of open source software.

https://github.com/oasm-platform/oasm-docker

Run Oasm Platform localy with docker compose
https://github.com/oasm-platform/oasm-docker

Last synced: 5 months ago
JSON representation

Run Oasm Platform localy with docker compose

Awesome Lists containing this project

README

          

# oasm-docker

This repository contains Docker configuration for running the **Open Attack Surface Management (OASM)** platform.

## 🛠 Prerequisites

- Docker
- Docker Compose

## 🚀 Try it now

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/oasm-platform/oasm-docker)

## âš¡ Quick Start

1. **Prepare configuration**:

```bash
cp .env.example .env
```

2. **Pull and Start**:

```bash
docker compose pull
docker compose up -d
```

3. **(Optional) AI Assistant**:
```bash
docker compose -f docker-compose-assistant.yml up -d
```

## 🔗 The application will be available at:

Web Console: http://localhost:6276