S-00-b · Dockerfile + compose skeleton + compose-up smoke #29
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Outcome: The BFF is containerized and
infra/docker-compose.ymlbrings it up; health goes green within 3 minutes from a fresh clone.Acceptance:
docker buildof the BFF image succeeds.docker compose upbrings the BFF to a healthy state; a compose-up smoke script curls/healthand passes.docker compose uppath.Touches:
services/bff/Dockerfile,infra/docker-compose.yml, smoke script.Out of scope: other services; CI wiring (S-00-c).
Definition of Done
refs #NN).docker compose upfrom a fresh clone reaches green health checks within 3 minutes.docs/architecture/if a non-obvious decision was made.closes #NN).Split from #1 (S-00) per CLAUDE.md §13.