services: scaev: build: context: /opt/apps/scaev dockerfile: Dockerfile container_name: scaev volumes: - /opt/apps/scaev/output:/mnt/okcomputer/output environment: # Configuration via environment variables (optional - overrides config.py) RATE_LIMIT_SECONDS: 0.5 MAX_PAGES: 50 DOWNLOAD_IMAGES: False restart: unless-stopped # command: python src/main.py --test