docs(decisions): add ADR-0030 dockerised full-stack dev mode (proposed)
CI / scan (pull_request) Successful in 3m24s
CI / commits (pull_request) Successful in 3m44s
CI / check (pull_request) Successful in 3m53s
CI / a11y (pull_request) Successful in 4m7s
Docs site / build (pull_request) Successful in 4m18s
CI / perf (pull_request) Successful in 8m36s

Propose an 'apps' Compose profile backed by a shared Dockerfile.dev so
developers can 'docker compose up' all three Nx apps (portal-bff,
portal-shell, portal-admin) with no native Node/pnpm — addressing
onboarding friction (the nvm/.zshrc class of failure) and a concrete
request to run the whole stack in one command.

Decision-only, proposed status. Profile-gated so the native +
devcontainer flows are unchanged; dev-only (production images stay
with the ADR-0028 Container Registry follow-up). Takes number 0030
(0029 is reserved for the cascade/Pleiades/Acteurs+ syncs ADR).
This commit is contained in:
Julien Gautier
2026-05-29 17:37:21 +02:00
parent 741fc07d40
commit 774f279785
2 changed files with 113 additions and 0 deletions
+1
View File
@@ -72,3 +72,4 @@ ADRs are listed in numerical order. To slice by topic, filter on the `Tags` colu
| [0026](0026-person-user-portal-data-model.md) | `Person` golden record + `User` portal-account — portal-side identity model | accepted | `data`, `backend`, `security` | 2026-05-24 |
| [0027](0027-portal-side-organisational-hierarchy.md) | Portal-side organisational hierarchy — `Structure` with kind discriminator and nullable FINESS / SIRET | accepted | `data`, `backend` | 2026-05-24 |
| [0028](0028-migrate-cicd-and-git-hosting-to-gitlab.md) | Migrate CI/CD + git hosting from Gitea to GitLab self-hosted | accepted | `infrastructure`, `process` | 2026-05-26 |
| [0030](0030-dockerised-dev-mode.md) | Dockerised full-stack dev mode — `compose up` runs the Nx apps alongside infra | proposed | `infrastructure`, `process` | 2026-05-28 |