Overview of Sim Services and Dependencies
mainSim is composed of several services that handle different aspects of the platform. Understanding these is critical for scaling, backups, and network configuration.
| Service | Image | Port | Stateless | Required |
|---|---|---|---|---|
| app | ghcr.io/simstudioai/simstudio | 3000 | Only with object storage configured | Yes |
| realtime | ghcr.io/simstudioai/realtime | 3002 | Yes | Yes |
| migrations | ghcr.io/simstudioai/migrations | — | Yes (runs once) | Yes |
| postgresql | pgvector/pgvector:pg17 | 5432 | No | Yes |
| redis | redis:7-alpine | 6379 | Mostly | Bundled; swap for managed in production |
| cron | ghcr.io/simstudioai/cron | — | Yes | Yes |
| pii | ghcr.io/simstudioai/pii | 5001 | Yes | Optional |
| ollama | ollama/ollama | 11434 | No (model cache) | Optional |
| telemetry | otel/opentelemetry-collector-contrib | 4317/4318 | Yes | Optional |