a
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user