Start LocalCloud services
service
(optional) - Specific service to start. Valid values: ai
, postgres
, cache
, queue
, minio
, all
Flag | Description | Default |
---|---|---|
--only | Start only specified services (comma-separated) | [] |
--info | Show connection info after start | true |
Service | Aliases | Description |
---|---|---|
ai | ollama , llm | AI/LLM service (Ollama) |
postgres | db , database | PostgreSQL database |
cache | redis | Redis cache |
queue | - | Redis queue (shares instance with cache) |
minio | storage , s3 | MinIO object storage |
Component | Services Started |
---|---|
llm | Ollama |
embedding | Ollama |
database | PostgreSQL |
cache | Redis |
queue | Redis |
storage | MinIO |
lc stop
- Stop serviceslc status
- Check service statuslc logs
- View service logslc services
- List running services