Benedette Otieno
feat: Implement production API for EMR integration with FastAPI and Docker support
a07fdc6 | version: "3.9" | |
| services: | |
| evd-api: | |
| build: | |
| context: . | |
| dockerfile: Dockerfile.api | |
| image: evd-screening-api:latest | |
| ports: | |
| - "8000:8000" | |
| environment: | |
| OPENAI_API_KEY: ${OPENAI_API_KEY:-} | |
| restart: unless-stopped | |