From the documentation I have the feeling it is expected all the stack (Playwright client, server, browsers, and Symfony app) is installed on the same level. But since many PHP containers run on Alpine which Playwright is incompatible with I expected to be able to run the server/browser part in a dedicated container like documented here: https://playwright.dev/docs/docker
I couldn’t find this documented here; is it an oversight from me or is it a planned feature, or is it impossible to do for technical reasons?
From the documentation I have the feeling it is expected all the stack (Playwright client, server, browsers, and Symfony app) is installed on the same level. But since many PHP containers run on Alpine which Playwright is incompatible with I expected to be able to run the server/browser part in a dedicated container like documented here: https://playwright.dev/docs/docker
I couldn’t find this documented here; is it an oversight from me or is it a planned feature, or is it impossible to do for technical reasons?