version: '3.8' services: soar_api_test: build: context: .. dockerfile: docker/Dockerfile volumes: - ../:/app environment: - PYTHONDONTWRITEBYTECODE=1 command: "pytest -p no:cacheprovider" container_name: soar_api_test