a
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
scaev:
|
scaev:
|
||||||
build:
|
build:
|
||||||
@@ -7,15 +5,12 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: scaev
|
container_name: scaev
|
||||||
volumes:
|
volumes:
|
||||||
# Mount to match config.py paths (/mnt/okcomputer/output)
|
- /opt/apps/scaev/output:/mnt/okcomputer/output
|
||||||
# This maps host ./output directory to container /mnt/okcomputer/output
|
|
||||||
- ./output:/mnt/okcomputer/output
|
|
||||||
environment:
|
environment:
|
||||||
# Configuration via environment variables (optional - overrides config.py)
|
# Configuration via environment variables (optional - overrides config.py)
|
||||||
# Uncomment and modify as needed
|
|
||||||
RATE_LIMIT_SECONDS: 0.5
|
RATE_LIMIT_SECONDS: 0.5
|
||||||
# MAX_PAGES: 50
|
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
|
||||||
# command: python src/main.py --test
|
# command: python src/main.py --test
|
||||||
|
|||||||
Reference in New Issue
Block a user