version: '3' services: env: image: python:3-alpine command: sh -c "pip3 install -q -r requirements.txt && python3 main.py" working_dir: /repo/ volumes: - ./:/repo/