mirror of
https://github.com/mblanke/ThreatHunt.git
synced 2026-03-01 14:00:20 -05:00
this is the first commit for the Claude Iteration project.
This commit is contained in:
20
docker-start.bat
Normal file
20
docker-start.bat
Normal file
@@ -0,0 +1,20 @@
|
||||
@echo off
|
||||
echo Starting Cyber Threat Hunter with Docker...
|
||||
|
||||
docker-compose down
|
||||
docker-compose build
|
||||
docker-compose up -d
|
||||
|
||||
echo.
|
||||
echo ========================================
|
||||
echo Cyber Threat Hunter is starting...
|
||||
echo Frontend: http://localhost:3000
|
||||
echo Backend API: http://localhost:5000
|
||||
echo Database: PostgreSQL on port 5432
|
||||
echo ========================================
|
||||
echo.
|
||||
echo Default credentials:
|
||||
echo Username: admin
|
||||
echo Password: admin123
|
||||
echo.
|
||||
pause
|
||||
Reference in New Issue
Block a user