version: '3.8' services: inference-lamp-api: build: . ports: - "8000:8000" volumes: - .:/app env_file: - .env