You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #788 Automatically create Docker Compose files when needed (fabpot)
This PR was merged into the 1.13-dev branch.
Discussion
----------
Automatically create Docker Compose files when needed
If you want to use Docker support in Flex, you must configure it explicitly in a project (via `symfony composer config extra.symfony.docker true` for instance). But that's not enough. You must also create the `docker-compose.yaml` file. And if you do not also create the `docker-compose.override.yaml` file, you will end up with half of the configuration.
In this PR, I propose to create those 2 files automatically if they don't exist when a service should be added by a recipe.
That way, using Docker support is "only" a matter of opting-in via `composer.json`.
/cc `@dunglas`
Commits
-------
e6c2e40 Automatically create Docker Compose files when needed
0 commit comments