- Issue created by @pfrenssen
- Merge request !9Do not force the user to stop all Lando projects in order to try out Blokkli using DDEV. β (Closed) created by pfrenssen
- π¨πSwitzerland martinpe
I justed it and it's better to leave this code in.
Here is why:
- I started the project with
lando start
, followed bylando npm run dev
to start the frontend - Then I used
./scripts/local/init-project.sh ddev
to start the project with DDEV
and I had some problems such as
Port 80 is busy, using 33000 instead, see https://ddev.com/s/port-conflict Port 443 is busy, using 33001 instead, see https://ddev.com/s/port-conflict
which changed the launch URL to
https://starterkit.ddev.site:33001
.When I tried to access the site, it was not able to spin it up.
I think the main culprit is the traefik container (
landoproxyhyperion5000gandalfedition
) which needs to be fully stopped in order for DDEV to work. So there are some conflicts between DDEV and Lando containers.Therefore I would leave that check untouched and maybe think of a different solution.
It's possible to configure DDEV to use different ports but just to run it all in parallel, that has to be researched. - I started the project with
- π¨πSwitzerland ayalon
I will leave the check in for now. It is better to give a hint why it possible fails. On WSL2 it also does not work properly side by side.