Documentation Index
Fetch the complete documentation index at: https://docs.mirobody.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Docker provides the easiest way to deploy Mirobody Health with all its dependencies in isolated containers.Quick Deployment
Docker Compose Services
The deployment includes three services:| Service | Port | Description |
|---|---|---|
| backend | 18080 | FastAPI application server |
| postgres | 5432 | PostgreSQL database |
| redis | 6379 | Redis cache and session store |
Configuration
Environment Variables
.env
Docker Compose Override
Createdocker-compose.override.yml for local customizations:
docker-compose.override.yml
Management Commands
Data Persistence
Data is persisted in Docker volumes:pgdata: PostgreSQL dataredis-data: Redis persistence
Troubleshooting
Port conflicts
Port conflicts
Change port in
config.yaml or docker-compose.override.ymlContainer won't start
Container won't start
Check logs:
docker-compose logs backendDatabase connection fails
Database connection fails
Verify PostgreSQL is running:
docker-compose ps postgres