flownative / localbeach

The Local Beach client written in Go
Apache License 2.0
7 stars 3 forks source link

Fix "beach down" when not using devkit #49

Closed kdambekalns closed 2 years ago

kdambekalns commented 2 years ago

This changes filters no longer by the presence of the devkit container but uses the "local_beach" network to identify Local Beach projects.

Fixes #48

kdambekalns commented 2 years ago

Gnah, one new issue now, when the database and/or nginx proxy are running:

INFO Stopping instance in /Users/karsten/Sites/foo...
INFO Stopping instance in /Users/karsten/.LocalBeach...
FATAL stat /Users/karsten/.LocalBeach/.localbeach.docker-compose.yaml: no such file or directory
kdambekalns commented 2 years ago

Now it works as expected (by me)… 😎