Persist dashboard projects data and tighten nmap host filter

This commit is contained in:
2025-12-29 10:16:17 -05:00
parent af31caeacf
commit e459266e9c
2 changed files with 7 additions and 6 deletions

View File

@@ -11,6 +11,8 @@ services:
- HACKGPT_API_URL=http://strikepackage-hackgpt-api:8001
- LLM_ROUTER_URL=http://strikepackage-llm-router:8000
- KALI_EXECUTOR_URL=http://strikepackage-kali-executor:8002
volumes:
- ./data/dashboard:/app/data
depends_on:
- hackgpt-api
- llm-router