version: '3.8' services: ml-api: build: context: . dockerfile: Dockerfile ports: - "8000:8000" volumes: - ./app:/code/app environment: - PYTHONUNBUFFERED=1