Files
mobile.de/docker-compose.yml
2026-04-07 23:51:41 +03:00

13 lines
229 B
YAML

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