Commit 0b4f128
committed
fix(data-manager): wire OPENMAPX_COMPOSE_FILE into the container env
The E9 -f hardening reads process.env.OPENMAPX_COMPOSE_FILE in motis-import's create fallback, but the data-manager uses a curated environment block (no env_file: .env), so the var never reached the container. Add it to the manifest, derived from OPENMAPX_HOST_DIR — the repo is bind-mounted at the host path, so the generated compose is readable there and the path resolves identically inside the container, giving correct host bind-mount paths for docker compose -f up -d motis-staging.1 parent 07155e9 commit 0b4f128
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments