feat(infra): containerize BFF + compose-up smoke (closes #29) #36
Reference in New Issue
Block a user
Delete Branch "feat/29-bff-docker-compose"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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