dunglas / symfony-docker

A Docker-based installer and runtime for Symfony. Install: download and `docker compose up`.
https://dunglas.dev/2021/12/symfonys-new-native-docker-support-symfony-world/
2.59k stars 768 forks source link

Add documentation to make this project work with DDEV #665

Open Bryce-Colton opened 1 month ago

Bryce-Colton commented 1 month ago

Hello everyone !

Very nice project to start quickly symfony app in the modern environment. Thanks for sharing this work, it helps a lot.

It would be awesome if the documentation was covering the "How to run this stack with Ddev".

In fact I want to use both the docker configuration of this project and the ddev tools to get rid of Makefile. I found that Makefile are no more adapted to local environment working on Docker container.

Is it possible to make this works with DDEV ? Is it in the roadmap of this repo ?

Thank you very much to take consideration of my idea.

maxhelias commented 1 month ago

Humm, I don't know... It's still very specific. It's like devcontainer : https://github.com/dunglas/symfony-docker/pull/523#issuecomment-1842476606

dunglas commented 1 month ago

Docs don't hurt, anyway. On my side I'm more inclined to merge some docs than to change the template for this kind of integrations.

Regarding dev containers, I would like to merge the PR has it is gaining traction. Both VSCode and PhpStorm now support them natively.

Bryce-Colton commented 1 month ago

Docs don't hurt, anyway. On my side I'm more inclined to merge some docs than to change the template for this kind of integrations.

Regarding dev containers, I would like to merge the PR has it is gaining traction. Both VSCode and PhpStorm now support them natively.

I think the fact that this repo can be easily integrated by other devs into standardized docker environments (dev containers / ddev) is a step in the right direction. Thanks