S-00-b · Dockerfile + compose skeleton + compose-up smoke #29

Closed
opened 2026-06-03 11:28:54 +00:00 by eho · 0 comments
Owner

Outcome: The BFF is containerized and infra/docker-compose.yml brings it up; health goes green within 3 minutes from a fresh clone.

Acceptance:

  • docker build of the BFF image succeeds.
  • docker compose up brings the BFF to a healthy state; a compose-up smoke script curls /health and passes.
  • README documents the docker compose up path.

Touches: services/bff/Dockerfile, infra/docker-compose.yml, smoke script.

Out of scope: other services; CI wiring (S-00-c).

Definition of Done

  • A linked Gitea issue exists (this one).
  • Failing test written and committed first.
  • Implementation makes the test pass.
  • Refactor commit follows if structure improved.
  • Conventional Commit messages referencing this issue (refs #NN).
  • All Gitea Actions CI jobs green.
  • docker compose up from a fresh clone reaches green health checks within 3 minutes.
  • Docs touched if behaviour, contracts, or operations changed.
  • ADR added in docs/architecture/ if a non-obvious decision was made.
  • This issue closed by the merging PR (closes #NN).

Split from #1 (S-00) per CLAUDE.md §13.

**Outcome:** The BFF is containerized and `infra/docker-compose.yml` brings it up; health goes green within 3 minutes from a fresh clone. **Acceptance:** - `docker build` of the BFF image succeeds. - `docker compose up` brings the BFF to a healthy state; a compose-up smoke script curls `/health` and passes. - README documents the `docker compose up` path. **Touches:** `services/bff/Dockerfile`, `infra/docker-compose.yml`, smoke script. **Out of scope:** other services; CI wiring (S-00-c). ## Definition of Done - [ ] A linked Gitea issue exists (this one). - [ ] Failing test written and committed first. - [ ] Implementation makes the test pass. - [ ] Refactor commit follows if structure improved. - [ ] Conventional Commit messages referencing this issue (`refs #NN`). - [ ] All Gitea Actions CI jobs green. - [ ] `docker compose up` from a fresh clone reaches green health checks within 3 minutes. - [ ] Docs touched if behaviour, contracts, or operations changed. - [ ] ADR added in `docs/architecture/` if a non-obvious decision was made. - [ ] This issue closed by the merging PR (`closes #NN`). _Split from #1 (S-00) per CLAUDE.md §13._
eho added this to the Iteration 0 — Foundations milestone 2026-06-03 11:28:54 +00:00
eho added the area:bfftype:slicearea:infra labels 2026-06-03 11:28:54 +00:00
eho closed this issue 2026-06-03 11:46:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: eho/register-referentie#29