Commit cdca106
5402: Update dev compose for split FPM_SERVICE/FPM_PORT
After PR #409 unified the dev and prod nginx templates, the dev
compose stack also consumes the production template — but it still
passed NGINX_FPM_SERVICE as a combined 'host:port' string. With the
template change in this PR ('server ${NGINX_FPM_SERVICE}:${NGINX_FPM_PORT};'),
that produced a malformed 'display-phpfpm-1:9000:9000' upstream and
nginx failed to start, breaking the Playwright CI run.
Split the value in both docker-compose.yml and docker-compose.server.yml.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c51d2a1 commit cdca106
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments