What problem does it solve?
This Skill consolidates guidance for managing the Tale local Docker stack, including the root compose.*.yml files, per-service Dockerfiles, the two-Postgres + dbmate model, sandbox containers, and the SQL-migration conventions, so developers avoid misconfigurations and runtime errors when starting or updating a local environment.
Core Features & Use Cases
- Understand how the local Docker stack is organized, including root compose.*.yml files, per-service Dockerfiles, and the sandbox containers.
- Follow conventions for SQL migrations and entrypoint Bash scripts to keep local development stable.
- Use as a reference when adjusting stack configurations or troubleshooting container startup issues.
Quick Start
Start by inspecting the repository's docker-related files and start the local development stack using the provided compose files.