ceios/database/docker-compose.yml
Jim Andrew Morris e255529523 Uploading the Disarm-AttackFlow Builder
Modified version of the AttackFlow Builder from MITRE. Includes DISARM framework components with full integration of QOL and STIX objects.
2024-09-13 15:20:35 +09:30

13 строки
303 B
YAML

version: '3.8'
services:
attack-flow:
image: ghcr.io/center-for-threat-informed-defense/attack-flow:latest
## Uncomment this to use the local Dockerfile instead of the official image
#build:
# context: .
# dockerfile: ./Dockerfile
ports:
- 8080:80
restart: always