IAAI scraper: Playwright + SQLAlchemy, парсинг авто с аукциона, Docker-ready
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
iaai-scraper:
|
||||
build: .
|
||||
container_name: iaai-scraper
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- ./:/app
|
||||
- /app/.venv
|
||||
- /app/__pycache__
|
||||
working_dir: /app
|
||||
command: python main.py --help
|
||||
Reference in New Issue
Block a user