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
- Host: GitHub
- URL: https://github.com/oasm-platform/oasm-docker
- Owner: oasm-platform
- Created: 2025-10-22T01:46:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-01-13T10:04:24.000Z (5 months ago)
- Last Synced: 2026-01-13T12:58:39.560Z (5 months ago)
- Language: Makefile
- Homepage: https://oasm.dev
- Size: 27.3 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
[](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