fix(compose): wire all documented backend env vars + regression test (0.87.12)
0.87.1 added 12+ env vars to `.env.example` but the compose backend `environment:` block forwarded none of them — `.env` interpolation doesn't pass vars to the container. Operators got anonymous-serving sites, silent ADMIN_* no-ops, and missing ANALYSIS_* configuration. Wire 36 backend-consumed vars; also substitute the hardcoded `BACKEND_URL` on the frontend; emit a startup warning on half-set `ADMIN_USERNAME`/`ADMIN_PASSWORD`. Regression-test parses docker-compose.yml and asserts the wiring. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2
backend/Cargo.lock
generated
2
backend/Cargo.lock
generated
@@ -1517,7 +1517,7 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
||||
|
||||
[[package]]
|
||||
name = "mangalord"
|
||||
version = "0.87.11"
|
||||
version = "0.87.12"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"argon2",
|
||||
|
||||
Reference in New Issue
Block a user