removing standalone docker compose, no longer using that, api usage is fully implimented now

This commit is contained in:
2025-11-20 12:59:27 -06:00
parent db5c828b5f
commit 801ddc8d81

View File

@@ -1,13 +0,0 @@
version: '3.8'
services:
scanner:
build: .
image: sneakyscanner:latest
container_name: sneakyscanner
privileged: true # Required for masscan raw socket access
network_mode: host # Required for network scanning
volumes:
- ./configs:/app/configs:ro
- ./output:/app/output
command: /app/configs/example-site.yaml