evd / docker-compose.api.yml
Benedette Otieno
feat: Implement production API for EMR integration with FastAPI and Docker support
a07fdc6
Raw
History Blame Contribute Delete
252 Bytes
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