mirror of
https://github.com/mblanke/ThreatHunt.git
synced 2026-03-01 14:00:20 -05:00
10 lines
152 B
YAML
10 lines
152 B
YAML
version: '3.9'
|
|
services:
|
|
velo:
|
|
build: .
|
|
ports:
|
|
- "5000:5000"
|
|
volumes:
|
|
- ./uploaded:/app/uploaded
|
|
- ./output:/app/output
|