adding pip and requirements to docker install and exposing data/krawl.db via docker-compose.yaml

This commit is contained in:
Phillip Tarrant
2025-12-28 14:24:52 -06:00
parent a4baedffd9
commit 66b4d8fe6a
2 changed files with 5 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ services:
- "5000:5000"
volumes:
- ./wordlists.json:/app/wordlists.json:ro
- ./data:/app/data
environment:
- PORT=5000
- DELAY=100