Commit fac8af8
committed
fix: make valhalla.json bind mount writable
The compose renderer defaults bind mounts to read-only, which broke the valhalla-scripted entrypoint: it runs `valhalla_build_config` at startup and tries to overwrite `/custom_files/valhalla.json`, failing with `OSError: [Errno 30] Read-only file system`. Set `readOnly: false` so the entrypoint can regenerate the config from the env vars (`serve_tiles`, `build_elevation`, etc.) on every start.1 parent f9064a9 commit fac8af8
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
35 | 41 | | |
36 | 42 | | |
37 | 43 | | |
| |||
0 commit comments