adding feat/sql

This commit is contained in:
Phillip Tarrant
2026-01-03 14:42:14 -06:00
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/BlessedRebuS/Krawl
WORKDIR /app
# Install Python dependencies
COPY requirements.txt /app/
RUN pip install --no-cache-dir -r requirements.txt

View File

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