ワンクリックで
docker-compose-up
Start development dependency services with `docker-compose` (PostgreSQL, Keycloak, DAB) for local testing.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Start development dependency services with `docker-compose` (PostgreSQL, Keycloak, DAB) for local testing.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Stop and remove development Docker containers started by `docker-compose` to tear down local dependencies.
Launch the .NET Aspire orchestrator to start the full local application stack and its dependencies for development.
Publish .NET projects targeting linux-arm64 to produce ARM64-compatible container images (Apple Silicon).
Compile the BFF project to verify the `Microscope.Boilerplate.Clients.BFF` project builds successfully.
Publish .NET projects using the container publish profile to produce Docker images for services.
Build the entire Microscope.Boilerplate solution locally to verify compilation and produce build outputs.
SOC 職業分類に基づく
| name | docker-compose-up |
| description | Start development dependency services with `docker-compose` (PostgreSQL, Keycloak, DAB) for local testing. |
Start Docker containers for dependencies (when not using Aspire).
cd src/IAC/Docker
docker-compose up -d
Start PostgreSQL (5432), Keycloak (8083), and DAB (4700)