docker-compose

Manage Docker Compose operations for the Alt stack.

9|4|Updated May 30, 2025
One-click install
npx skills add https://github.com/Kaikei-e/Alt --skill docker-compose-kaikei-e
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docker-compose
Source: https://github.com/Kaikei-e/Alt/tree/main/.claude/skills/docker-compose
Command: npx skills add https://github.com/Kaikei-e/Alt --skill docker-compose-kaikei-e

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about docker-compose

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start the local development stack using Docker Compose?

Docker Compose manages the Alt stack by running service profiles defined in compose/compose.yaml. You can start individual services like db, auth, core, workers, ai, rag, recap, logging, and observability to scope your local development environment.

How do I troubleshoot unhealthy containers or port conflicts in Docker Compose?

Docker Compose profiles scope which services run by grouping sets like db, auth, core, workers, ai, rag, recap, logging, and observability. Apply a profile to launch only the services needed to reproduce an issue locally.

Can I run only the backend and database services for local testing?

Run Docker Compose using the project's compose/compose.yaml file to start the full Alt stack in detached mode. This orchestrates all local development, testing, and service lifecycle commands quickly.

What health checks are available for Docker Compose services?

Inspect Docker Compose container logs by running the log viewing command against the Alt stack services. This helps troubleshoot and monitor the behavior of running containers during local development.