solarops-ml-platform / docker-compose.yml
solnixlalitchaudhari-cell
Phase 4: Production AI Platform with MLOps, Docker, Drift Detection, API Security
b29865e
Raw
History Blame Contribute Delete
217 Bytes
services:
solarops-api:
build: .
container_name: solarops_api
ports:
- "8000:8000"
volumes:
- ./phase_4_mlops/logs:/app/phase_4_mlops/logs
env_file:
- .env
restart: always