Commit 3dbd333
committed
Remove host port mapping from E2E web service
- The E2E stack is fully internal; Playwright reaches the frontend over
the Compose network at http://web:80, so publishing 3001:80 to the host
served no purpose
- Drop the host port to avoid collisions and shrink attack surface,
documenting the rationale inline1 parent 2760134 commit 3dbd333
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | | - | |
| 123 | + | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
0 commit comments