Add a multi-stage Dockerfile for the BFF (.NET 10 sdk -> aspnet runtime,
curl for the healthcheck) and infra/docker-compose.yml running it with a
/health healthcheck. `docker compose up --wait` gates on the container
reporting healthy, which is the compose-up smoke test. Document the path
in the README.
Verified: image builds; `docker compose up -d --build --wait` reports the
container Healthy; host curl http://localhost:8080/health -> 200 Healthy.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
eho
merged commit dfd6224fea into main2026-06-03 11:46:28 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Implements S-00-b (#29).
services/bff/Dockerfile(.NET 10 sdk → aspnet runtime; curl for healthcheck) +.dockerignore.infra/docker-compose.ymlruns the BFF with a/healthhealthcheck.docker compose up --waitgates on healthy = the compose-up smoke test. README documents it.Verified locally (Podman + Compose v2): image builds;
up -d --build --wait→Container Healthy; hostcurl /health→200 Healthy;downclean.closes #29
🤖 Generated with Claude Code