Commit ca58521
committed
docs(docker): flag OS_SECRET_KEY / OS_AUTH_SECRET as required-in-production
Image-level verification of the 12.1 build against postgres showed the
container refuses to boot without OS_SECRET_KEY (LocalCryptoProvider guards
sys_secret/datasource credentials in production). The compose already passed
these through but with empty defaults, so a bare `docker compose up` crashes
mid-boot with no obvious hint. Add a header block + inline REQUIRED markers.1 parent bac4d81 commit ca58521
1 file changed
Lines changed: 15 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
1 | 14 | | |
2 | 15 | | |
3 | 16 | | |
| |||
13 | 26 | | |
14 | 27 | | |
15 | 28 | | |
16 | | - | |
17 | | - | |
| 29 | + | |
| 30 | + | |
18 | 31 | | |
19 | 32 | | |
20 | 33 | | |
| |||
0 commit comments