| services: | |
| - type: web | |
| name: deepfake-detection-api | |
| runtime: docker | |
| dockerfilePath: ./Dockerfile | |
| plan: standard # 2 GB RAM required for EfficientNet-B4 | |
| healthCheckPath: /health | |
| envVars: | |
| - key: MONGODB_URI | |
| sync: false # paste your Atlas URI in the Render dashboard | |
| - key: MONGODB_DB_NAME | |
| value: frametrust | |