improve scraper runtime

This commit is contained in:
qananasikq
2026-04-08 14:23:40 +03:00
parent b0f44efdb8
commit fd1d1d3c9f
4 changed files with 79 additions and 42 deletions

View File

@@ -3,10 +3,13 @@ services:
build: .
container_name: iaai-scraper
env_file:
- .env
- path: .env
required: false
volumes:
- ./:/app
- /app/.venv
- /app/__pycache__
working_dir: /app
command: python main.py --help
restart: unless-stopped
stop_grace_period: 30s
command: python main.py run-daemon