This commit is contained in:
Tour
2025-12-04 15:21:24 +01:00
parent bb3135e7ad
commit 05b5e63762

View File

@@ -7,15 +7,14 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: scaev-scraper container_name: scaev-scraper
volumes: volumes:
# Mount output directory to persist results # Mount to match config.py paths (/mnt/okcomputer/output)
- ./output:/app/output # This maps host ./output directory to container /mnt/okcomputer/output
# Mount cache database to persist between runs - ./output:/mnt/okcomputer/output
- ./cache:/app/cache environment:
# environment: # Configuration via environment variables (optional - overrides config.py)
# Configuration via environment variables (optional)
# Uncomment and modify as needed # Uncomment and modify as needed
# RATE_LIMIT_SECONDS: 2 RATE_LIMIT_SECONDS: 0.5
# MAX_PAGES: 5 # MAX_PAGES: 50
# DOWNLOAD_IMAGES: False # DOWNLOAD_IMAGES: False
restart: unless-stopped restart: unless-stopped
# Uncomment to run in test mode # Uncomment to run in test mode