diff --git a/docker-compose.single.yml b/docker-compose.single.yml index d94741c..c6e0f38 100644 --- a/docker-compose.single.yml +++ b/docker-compose.single.yml @@ -15,11 +15,13 @@ # What consolidating costs, stated here rather than discovered later: # - Everything shares one host, so there is no spreading work across nodes. # - Rollback is all-or-nothing; there is no rolling back `web` alone. -# - The ML lane cannot write to the library read-only any more — in the -# multi-service stack ml-worker mounts /images:ro, and one container -# cannot mount one path two ways. # - One stop timeout for the whole container, sized to the slowest lane. # +# NOT a cost, recorded so it is not rediscovered and raised again: the +# multi-service stack mounts /images:ro on ml-worker and one container cannot +# mount one path two ways. Operator ruled that a non-issue (2026-09-22) — it +# is the same codebase either way. +# # FabledCurator has no authentication. Whatever can reach ${PORT} is an # administrator, including over the stored platform session cookies. Do not # publish this port beyond a network you trust — see "Before you expose it"