mirror of
https://github.com/mblanke/ThreatHunt.git
synced 2026-03-01 14:00:20 -05:00
EOD.
This commit is contained in:
9
backend/docker-compose.yml
Normal file
9
backend/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
version: '3.9'
|
||||
services:
|
||||
velo:
|
||||
build: .
|
||||
ports:
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
- ./uploaded:/app/uploaded
|
||||
- ./output:/app/output
|
||||
Reference in New Issue
Block a user