Closed kdambekalns closed 1 month ago
To use native file mounts in a Local Beach project, adjust .localbeach.docker-compose.yaml
as follows:
devkit
service definitionapplication
volume definitionvolumes
section content on the webserver
and php
services with just - ./:/application
php
service environment
section, set BEACH_WAIT_FOR_SYNC=false
Meanwhile VirtioFS is no longer experimental, delegated
is a no-op, … this should progress at some point.
Only pitfall: it still seems slower than the old devkit
-approach, at least for some. See https://github.com/neos/Neos.NeosIo/issues/473
This has been (partly) addressed by #70, thanks to @ahaeslich!
Aside from the adjusting of existing projects still using devkit
, this is done. And that remaining task is something for #60 to solve…
Modern Docker file mount implementations on macOS are fast enough to be usable directly.
This is needed to use this:
To get this to the users, we need to
.localbeach.docker-compose.yaml
files