Commit f0f65f0
committed
fix(docker): drop unconditional RUNTIME_API_ORIGIN passthrough from compose
The line was injecting an empty string when the variable wasn't set in the
caller's environment, which the prior commit normalizes at the schema level.
Removing the passthrough closes the surface entirely (defense in depth) and
mirrors the Helm chart's conditional inclusion (`{{- with .Values... }}`).
Operators who want to set RUNTIME_API_ORIGIN follow the documented example
in .env.example, which is loaded by Docker Compose automatically and works
exactly like the other optional origin overrides.1 parent 2c0ba42 commit f0f65f0
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
0 commit comments