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