version: "3.8"
services:
  api:
    build: .
    env_file:
      - .env
    ports:
      - "8000:8000"