What problem does it solve?
This Skill provides concise Docker Compose commands and guidance to start, stop, inspect, and troubleshoot the Alt microservice stack so developers and operators can manage the local development and testing environment reliably.
Core Features & Use Cases
- Start and Stop Services: Commands for launching the full stack or individual services using the project's compose manifest.
- Profiles: Guidance on using profiles such as db, auth, core, workers, ai, rag, recap, logging, and observability to scope which services run.
- Health Checks & Troubleshooting: Endpoints and checks for frontend, backend, and Meilisearch plus common fixes for port conflicts and unhealthy services.
- Use Case: A developer can bring up the entire Alt stack for integration testing or run only the backend and database services to reproduce an issue locally.
Quick Start
Start the full Alt stack in detached mode using the compose file at compose/compose.yaml.